Html Css Color HEX #917C08 Olive

📋 copy color: '#917C08'

red 145 ◦ green 124 ◦ blue 8

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

Shades of Olive #917C08

Tints of Olive #917C08

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.77%

 BLUE value IS 8 (3.52% from 255) = 2.89%

R = 52.35%
G = 44.77%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#917C08 (or 0x917C08) is known color: Olive. HEX triplet: 91, 7C and 08. RGB value is (145,124,8). Sum of RGB (Red+Green+Blue) = 145+124+8=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #917C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917C08 is #6E83F7. Grayscale: #757575. Windows color (decimal): -7242744 or 556177. OLE color: 556177.

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

Color convert

RGB 145 124 8 -
CMYK 0 0.14 0.94 0.43
HSL 50.8º 0.9% 0.3% -
HSV(B) 50.8º 0.94% 0.57% -
XYZ 18.93 20.45 3.18 -
YUV 117.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 145 124 8 0 0.14 0.94 0.43 50.8 0.9 0.3
Hex 91 7C 8 0 E 5E 2B 33 5A 1E
Octal 221 174 10 0 16 136 53 63 132 36
Binary 10010001 1111100 1000 0 1110 1011110 101011 110011 1011010 11110

Color Harmonies of #917C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917C08

Black with #917C08

Text Example


Text Example

White with #917C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,124,8); }

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

background-color css

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

 a { background-color: rgb(145,124,8); }

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

border-color css

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

 span { border-color: rgb(145,124,8); }

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