Html Css Color HEX #958409 Olive

📋 copy color: '#958409'

red 149 ◦ green 132 ◦ blue 9

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

Shades of Olive #958409

Tints of Olive #958409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.52%

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

R = 51.38%
G = 45.52%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#958409 (or 0x958409) is known color: Olive. HEX triplet: 95, 84 and 09. RGB value is (149,132,9). Sum of RGB (Red+Green+Blue) = 149+132+9=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #958409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958409 is #6A7BF6. Grayscale: #7B7B7B. Windows color (decimal): -6978551 or 623765. OLE color: 623765.

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

Color convert

RGB 149 132 9 -
CMYK 0 0.11 0.94 0.42
HSL 52.71º 0.89% 0.31% -
HSV(B) 52.71º 0.94% 0.58% -
XYZ 20.7 22.91 3.59 -
YUV 123.06 63.63 146.5 -
System Red Green Blue C M Y K H S L
Decimal 149 132 9 0 0.11 0.94 0.42 52.71 0.89 0.31
Hex 95 84 9 0 B 5E 2A 35 59 1F
Octal 225 204 11 0 13 136 52 65 131 37
Binary 10010101 10000100 1001 0 1011 1011110 101010 110101 1011001 11111

Color Harmonies of #958409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958409

Black with #958409

Text Example


Text Example

White with #958409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958409; }

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

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

background-color css

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

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

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

border-color css

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

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

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