#917B0A

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

Shades of Olive #917B0A

Tints of Olive #917B0A

Color information

#917B0A (or 0x917B0A) is unknown color: approx Olive. HEX triplet: 91, 7B and 0A. RGB value is (145,123,10). Sum of RGB (Red+Green+Blue) = 145+123+10=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #917B0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917B0A is #6E84F5. Grayscale: #757575. Windows color (decimal): -7242998 or 686993. OLE color: 686993.

HSL color Cylindrical-coordinate representation of color #917B0A: hue angle of 50.22º 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 #917B0A is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB14512310-
CMYK00.150.930.43
HSL50.22º87.1%30.39%-
HSV(B)50.22º93.1%56.86%-
XYZ18.8120.213.2-
YUV116.767.79148.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451231000.150.930.4350.2287.130.39
Hex917BA0F5D2B32571e
Octal22117312017135536212736
Binary1001000111110111010011111011101101011110010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917B0A; }

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

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

<style>
 a { background-color: #917B0A; }

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

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

<style>
 span { border-color: #917B0A; }

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

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