#7B9B00

Color #7B9B00 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7B9B00

Tints of Olive #7B9B00

Color information

#7B9B00 (or 0x7B9B00) is unknown color: approx Olive. HEX triplet: 7B, 9B and 00. RGB value is (123,155,0). Sum of RGB (Red+Green+Blue) = 123+155+0=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 155 (60.94% from 255 or 55.76% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9B00 is #8464FF. Grayscale: #808080. Windows color (decimal): -8676608 or 39803. OLE color: 39803.

HSL color Cylindrical-coordinate representation of color #7B9B00: hue angle of 72.39º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B9B00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB1231550-
CMYK0.21010.39
HSL72.39º100%30.39%-
HSV(B)72.39º100%60.78%-
XYZ19.8927.654.29-
YUV127.7655.9124.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 44.24%
GREEN value IS 155 (60.94% from 255) = 55.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.24%
G=55.76%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12315500.21010.3972.3910030.39
Hex7B9B0150642748641e
Octal17323302501444711014436
Binary111101110011011010101011001001001111001000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B9B00; }

 p { color: rgb(123,155,0); }

 H1.HeaderClassName
 {
   color: #7B9B00;
 }
 .AnyTagClassName
 {
   color: #7B9B00;
 }
</style>
background-color css

<style>
 a { background-color: #7B9B00; }

 a { background-color: rgb(123,155,0); }

 div.DivClassName
 {
   background-color: #7B9B00;
 }
 .BgClassName
 {
   background-color: #7B9B00;
 }
</style>
border-color css

<style>
 span { border-color: #7B9B00; }

 span { border-color: rgb(123,155,0); }

 td.TdClassName
 {
   border-color: #7B9B00;
 }
 .TagClassName
 {
   border-color: #7B9B00;
 }
</style>