Html Css Color HEX #917E06 Olive

📋 copy color: '#917E06'

red 145 ◦ green 126 ◦ blue 6

#917E06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #917E06

Tints of Olive #917E06

RGB

 RED value IS 145 (57.03% from 255) = 52.35%

 GREEN value IS 126 (49.61% from 255) = 45.49%

 BLUE value IS 6 (2.73% from 255) = 2.17%

R = 52.35%
G = 45.49%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#917E06 (or 0x917E06) is known color: Olive. HEX triplet: 91, 7E and 06. RGB value is (145,126,6). Sum of RGB (Red+Green+Blue) = 145+126+6=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #917E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917E06 is #6E81F9. Grayscale: #767676. Windows color (decimal): -7242234 or 425617. OLE color: 425617.

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

Color convert

RGB 145 126 6 -
CMYK 0 0.13 0.96 0.43
HSL 51.8º 0.92% 0.3% -
HSV(B) 51.8º 0.96% 0.57% -
XYZ 19.17 20.95 3.21 -
YUV 118 64.79 147.26 -
System Red Green Blue C M Y K H S L
Decimal 145 126 6 0 0.13 0.96 0.43 51.8 0.92 0.3
Hex 91 7E 6 0 D 60 2B 34 5C 1E
Octal 221 176 6 0 15 140 53 64 134 36
Binary 10010001 1111110 110 0 1101 1100000 101011 110100 1011100 11110

Color Harmonies of #917E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E06

Black with #917E06

Text Example


Text Example

White with #917E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #917E06;
 }
 .AnyTagClassName
 {
   color: #917E06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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