#917E0C

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

Shades of Olive #917E0C

Tints of Olive #917E0C

Color information

#917E0C (or 0x917E0C) is unknown color: approx Olive. HEX triplet: 91, 7E and 0C. RGB value is (145,126,12). Sum of RGB (Red+Green+Blue) = 145+126+12=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #917E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917E0C is #6E81F3. Grayscale: #777777. Windows color (decimal): -7242228 or 818833. OLE color: 818833.

HSL color Cylindrical-coordinate representation of color #917E0C: hue angle of 51.43º degrees, saturation: 0.85, 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 #917E0C is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB14512612-
CMYK00.130.920.43
HSL51.43º84.71%30.78%-
HSV(B)51.43º91.72%56.86%-
XYZ19.220.973.38-
YUV118.6867.79146.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.24%
GREEN value IS 126 (49.61% from 255) = 44.52%
BLUE value IS 12 (5.08% from 255) = 4.24%
R=51.24%
G=44.52%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451261200.130.920.4351.4384.7130.78
Hex917EC0D5C2B33551f
Octal22117614015134536312537
Binary1001000111111101100011011011100101011110011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,126,12); }

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

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

 a { background-color: rgb(145,126,12); }

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

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

 span { border-color: rgb(145,126,12); }

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