#7B910A

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

Shades of Olive #7B910A

Tints of Olive #7B910A

Color information

#7B910A (or 0x7B910A) is unknown color: approx Olive. HEX triplet: 7B, 91 and 0A. RGB value is (123,145,10). Sum of RGB (Red+Green+Blue) = 123+145+10=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #7B910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B910A is #846EF5. Grayscale: #7B7B7B. Windows color (decimal): -8679158 or 692603. OLE color: 692603.

HSL color Cylindrical-coordinate representation of color #7B910A: hue angle of 69.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B910A is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB12314510-
CMYK0.1500.930.43
HSL69.78º87.1%30.39%-
HSV(B)69.78º93.1%56.86%-
XYZ18.3524.484.05-
YUV123.0364.21127.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.24%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 10 (4.30% from 255) = 3.60%
R=44.24%
G=52.16%
B=3.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123145100.1500.930.4369.7887.130.39
Hex7B91AF05D2B46571e
Octal173221121701355310612736
Binary11110111001000110101111010111011010111000110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B910A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,145,10); }

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

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

 a { background-color: rgb(123,145,10); }

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

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

 span { border-color: rgb(123,145,10); }

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