Html Css Color HEX #918009 Olive

📋 copy color: '#918009'

red 145 ◦ green 128 ◦ blue 9

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

Shades of Olive #918009

Tints of Olive #918009

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.39%

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

R = 51.42%
G = 45.39%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#918009 (or 0x918009) is known color: Olive. HEX triplet: 91, 80 and 09. RGB value is (145,128,9). Sum of RGB (Red+Green+Blue) = 145+128+9=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #918009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918009 is #6E7FF6. Grayscale: #787878. Windows color (decimal): -7241719 or 622737. OLE color: 622737.

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

Color convert

RGB 145 128 9 -
CMYK 0 0.12 0.94 0.43
HSL 52.5º 0.88% 0.3% -
HSV(B) 52.5º 0.94% 0.57% -
XYZ 19.45 21.48 3.38 -
YUV 119.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 145 128 9 0 0.12 0.94 0.43 52.5 0.88 0.3
Hex 91 80 9 0 C 5E 2B 34 58 1E
Octal 221 200 11 0 14 136 53 64 130 36
Binary 10010001 10000000 1001 0 1100 1011110 101011 110100 1011000 11110

Color Harmonies of #918009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918009

Black with #918009

Text Example


Text Example

White with #918009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918009; }

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

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

background-color css

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

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

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

border-color css

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

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

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