#917F07

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

Shades of Olive #917F07

Tints of Olive #917F07

Color information

#917F07 (or 0x917F07) is unknown color: approx Olive. HEX triplet: 91, 7F and 07. RGB value is (145,127,7). Sum of RGB (Red+Green+Blue) = 145+127+7=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #917F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917F07 is #6E80F8. Grayscale: #777777. Windows color (decimal): -7241977 or 491409. OLE color: 491409.

HSL color Cylindrical-coordinate representation of color #917F07: hue angle of 52.17º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #917F07 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB1451277-
CMYK00.120.950.43
HSL52.17º90.79%29.8%-
HSV(B)52.17º95.17%56.86%-
XYZ19.321.213.28-
YUV118.764.96146.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.97%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 7 (3.12% from 255) = 2.51%
R=51.97%
G=45.52%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145127700.120.950.4352.1790.7929.8
Hex917F70C5F2B345b1e
Octal2211777014137536413336
Binary100100011111111111011001011111101011110100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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