Html Css Color HEX #958809 Olive

📋 copy color: '#958809'

red 149 ◦ green 136 ◦ blue 9

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

Shades of Olive #958809

Tints of Olive #958809

RGB

 RED value IS 149 (58.59% from 255) = 50.68%

 GREEN value IS 136 (53.52% from 255) = 46.26%

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

R = 50.68%
G = 46.26%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#958809 (or 0x958809) is known color: Olive. HEX triplet: 95, 88 and 09. RGB value is (149,136,9). Sum of RGB (Red+Green+Blue) = 149+136+9=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #958809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958809 is #6A77F6. Grayscale: #7D7D7D. Windows color (decimal): -6977527 or 624789. OLE color: 624789.

HSL color Cylindrical-coordinate representation of color #958809: hue angle of 54.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #958809 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 9 -
CMYK 0 0.09 0.94 0.42
HSL 54.43º 0.89% 0.31% -
HSV(B) 54.43º 0.94% 0.58% -
XYZ 21.25 24.02 3.77 -
YUV 125.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 149 136 9 0 0.09 0.94 0.42 54.43 0.89 0.31
Hex 95 88 9 0 9 5E 2A 36 59 1F
Octal 225 210 11 0 11 136 52 66 131 37
Binary 10010101 10001000 1001 0 1001 1011110 101010 110110 1011001 11111

Color Harmonies of #958809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958809

Black with #958809

Text Example


Text Example

White with #958809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958809; }

 p { color: rgb(149,136,9); }

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

background-color css

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

 a { background-color: rgb(149,136,9); }

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

border-color css

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

 span { border-color: rgb(149,136,9); }

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