#917D07

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

Shades of Olive #917D07

Tints of Olive #917D07

Color information

#917D07 (or 0x917D07) is unknown color: approx Olive. HEX triplet: 91, 7D and 07. RGB value is (145,125,7). Sum of RGB (Red+Green+Blue) = 145+125+7=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #917D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917D07 is #6E82F8. Grayscale: #767676. Windows color (decimal): -7242489 or 490897. OLE color: 490897.

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

Color convert

RGB1451257-
CMYK00.140.950.43
HSL51.3º90.79%29.8%-
HSV(B)51.3º95.17%56.86%-
XYZ19.0520.73.19-
YUV117.5365.63147.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.35%
GREEN value IS 125 (49.22% from 255) = 45.13%
BLUE value IS 7 (3.12% from 255) = 2.53%
R=52.35%
G=45.13%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145125700.140.950.4351.390.7929.8
Hex917D70E5F2B335b1e
Octal2211757016137536313336
Binary100100011111101111011101011111101011110011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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