Html Css Color HEX #918309 Olive

📋 copy color: '#918309'

red 145 ◦ green 131 ◦ blue 9

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

Shades of Olive #918309

Tints of Olive #918309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

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

R = 50.88%
G = 45.96%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#918309 (or 0x918309) is known color: Olive. HEX triplet: 91, 83 and 09. RGB value is (145,131,9). Sum of RGB (Red+Green+Blue) = 145+131+9=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #918309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918309 is #6E7CF6. Grayscale: #797979. Windows color (decimal): -7240951 or 623505. OLE color: 623505.

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

Color convert

RGB 145 131 9 -
CMYK 0 0.10 0.94 0.43
HSL 53.82º 0.88% 0.3% -
HSV(B) 53.82º 0.94% 0.57% -
XYZ 19.84 22.27 3.51 -
YUV 121.28 64.64 144.92 -
System Red Green Blue C M Y K H S L
Decimal 145 131 9 0 0.10 0.94 0.43 53.82 0.88 0.3
Hex 91 83 9 0 A 5E 2B 36 58 1E
Octal 221 203 11 0 12 136 53 66 130 36
Binary 10010001 10000011 1001 0 1010 1011110 101011 110110 1011000 11110

Color Harmonies of #918309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918309

Black with #918309

Text Example


Text Example

White with #918309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918309; }

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

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

background-color css

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

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

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

border-color css

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

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

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