#917F0E

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

Shades of Olive #917F0E

Tints of Olive #917F0E

Color information

#917F0E (or 0x917F0E) is unknown color: approx Olive. HEX triplet: 91, 7F and 0E. RGB value is (145,127,14). Sum of RGB (Red+Green+Blue) = 145+127+14=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #917F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917F0E is #6E80F1. Grayscale: #777777. Windows color (decimal): -7241970 or 950161. OLE color: 950161.

HSL color Cylindrical-coordinate representation of color #917F0E: hue angle of 51.76º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #917F0E is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB14512714-
CMYK00.120.900.43
HSL51.76º82.39%31.18%-
HSV(B)51.76º90.34%56.86%-
XYZ19.3521.233.49-
YUV119.568.46146.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50.70%
GREEN value IS 127 (50% from 255) = 44.41%
BLUE value IS 14 (5.86% from 255) = 4.90%
R=50.70%
G=44.41%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451271400.120.900.4351.7682.3931.18
Hex917FE0C5A2B34521f
Octal22117716014132536412237
Binary1001000111111111110011001011010101011110100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,14); }

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

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

 a { background-color: rgb(145,127,14); }

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

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

 span { border-color: rgb(145,127,14); }

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