Html Css Color HEX #917706 Olive

📋 copy color: '#917706'

red 145 ◦ green 119 ◦ blue 6

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

Shades of Olive #917706

Tints of Olive #917706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.07%

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

R = 53.7%
G = 44.07%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#917706 (or 0x917706) is known color: Olive. HEX triplet: 91, 77 and 06. RGB value is (145,119,6). Sum of RGB (Red+Green+Blue) = 145+119+6=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #917706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917706 is #6E88F9. Grayscale: #727272. Windows color (decimal): -7244026 or 423825. OLE color: 423825.

HSL color Cylindrical-coordinate representation of color #917706: hue angle of 48.78º 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 #917706 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 119 6 -
CMYK 0 0.18 0.96 0.43
HSL 48.78º 0.92% 0.3% -
HSV(B) 48.78º 0.96% 0.57% -
XYZ 18.31 19.23 2.92 -
YUV 113.89 67.11 150.19 -
System Red Green Blue C M Y K H S L
Decimal 145 119 6 0 0.18 0.96 0.43 48.78 0.92 0.3
Hex 91 77 6 0 12 60 2B 31 5C 1E
Octal 221 167 6 0 22 140 53 61 134 36
Binary 10010001 1110111 110 0 10010 1100000 101011 110001 1011100 11110

Color Harmonies of #917706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917706

Black with #917706

Text Example


Text Example

White with #917706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917706; }

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

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

background-color css

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

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

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

border-color css

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

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

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