#917C0B

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

Shades of Olive #917C0B

Tints of Olive #917C0B

Color information

#917C0B (or 0x917C0B) is unknown color: approx Olive. HEX triplet: 91, 7C and 0B. RGB value is (145,124,11). Sum of RGB (Red+Green+Blue) = 145+124+11=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #917C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917C0B is #6E83F4. Grayscale: #757575. Windows color (decimal): -7242741 or 752785. OLE color: 752785.

HSL color Cylindrical-coordinate representation of color #917C0B: hue angle of 50.6º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #917C0B is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB14512411-
CMYK00.140.920.43
HSL50.6º85.9%30.59%-
HSV(B)50.6º92.41%56.86%-
XYZ18.9520.463.27-
YUV117.467.96147.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.79%
GREEN value IS 124 (48.83% from 255) = 44.29%
BLUE value IS 11 (4.69% from 255) = 3.93%
R=51.79%
G=44.29%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451241100.140.920.4350.685.930.59
Hex917CB0E5C2B33561f
Octal22117413016134536312637
Binary1001000111111001011011101011100101011110011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,124,11); }

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

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

 a { background-color: rgb(145,124,11); }

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

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

 span { border-color: rgb(145,124,11); }

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