#917E0D

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

Shades of Olive #917E0D

Tints of Olive #917E0D

Color information

#917E0D (or 0x917E0D) is unknown color: approx Olive. HEX triplet: 91, 7E and 0D. RGB value is (145,126,13). Sum of RGB (Red+Green+Blue) = 145+126+13=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 126 (49.61% from 255 or 44.37% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #917E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917E0D is #6E81F2. Grayscale: #777777. Windows color (decimal): -7242227 or 884369. OLE color: 884369.

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

Color convert

RGB14512613-
CMYK00.130.910.43
HSL51.36º83.54%30.98%-
HSV(B)51.36º91.03%56.86%-
XYZ19.2120.973.42-
YUV118.868.29146.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.06%
GREEN value IS 126 (49.61% from 255) = 44.37%
BLUE value IS 13 (5.47% from 255) = 4.58%
R=51.06%
G=44.37%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451261300.130.910.4351.3683.5430.98
Hex917ED0D5B2B33541f
Octal22117615015133536312437
Binary1001000111111101101011011011011101011110011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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