Html Css Color HEX #958609 Olive

📋 copy color: '#958609'

red 149 ◦ green 134 ◦ blue 9

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

Shades of Olive #958609

Tints of Olive #958609

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.89%

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

R = 51.03%
G = 45.89%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#958609 (or 0x958609) is known color: Olive. HEX triplet: 95, 86 and 09. RGB value is (149,134,9). Sum of RGB (Red+Green+Blue) = 149+134+9=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #958609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958609 is #6A79F6. Grayscale: #7C7C7C. Windows color (decimal): -6978039 or 624277. OLE color: 624277.

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

Color convert

RGB 149 134 9 -
CMYK 0 0.10 0.94 0.42
HSL 53.57º 0.89% 0.31% -
HSV(B) 53.57º 0.94% 0.58% -
XYZ 20.97 23.46 3.68 -
YUV 124.24 62.97 145.66 -
System Red Green Blue C M Y K H S L
Decimal 149 134 9 0 0.10 0.94 0.42 53.57 0.89 0.31
Hex 95 86 9 0 A 5E 2A 36 59 1F
Octal 225 206 11 0 12 136 52 66 131 37
Binary 10010101 10000110 1001 0 1010 1011110 101010 110110 1011001 11111

Color Harmonies of #958609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958609

Black with #958609

Text Example


Text Example

White with #958609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958609; }

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

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

background-color css

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

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

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

border-color css

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

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

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