Html Css Color HEX #917D09 Olive

📋 copy color: '#917D09'

red 145 ◦ green 125 ◦ blue 9

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

Shades of Olive #917D09

Tints of Olive #917D09

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.8%

 BLUE value IS 9 (3.91% from 255) = 3.23%

R = 51.97%
G = 44.8%
B = 3.23%

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

#917D09 (or 0x917D09) is known color: Olive. HEX triplet: 91, 7D and 09. RGB value is (145,125,9). Sum of RGB (Red+Green+Blue) = 145+125+9=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #917D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917D09 is #6E82F6. Grayscale: #767676. Windows color (decimal): -7242487 or 621969. OLE color: 621969.

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

Color convert

RGB 145 125 9 -
CMYK 0 0.14 0.94 0.43
HSL 51.18º 0.88% 0.3% -
HSV(B) 51.18º 0.94% 0.57% -
XYZ 19.06 20.71 3.25 -
YUV 117.76 66.63 147.43 -
System Red Green Blue C M Y K H S L
Decimal 145 125 9 0 0.14 0.94 0.43 51.18 0.88 0.3
Hex 91 7D 9 0 E 5E 2B 33 58 1E
Octal 221 175 11 0 16 136 53 63 130 36
Binary 10010001 1111101 1001 0 1110 1011110 101011 110011 1011000 11110

Color Harmonies of #917D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D09

Black with #917D09

Text Example


Text Example

White with #917D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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