Html Css Color HEX #958009 Olive

📋 copy color: '#958009'

red 149 ◦ green 128 ◦ blue 9

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

Shades of Olive #958009

Tints of Olive #958009

RGB

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

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

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

R = 52.1%
G = 44.76%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#958009 (or 0x958009) is known color: Olive. HEX triplet: 95, 80 and 09. RGB value is (149,128,9). Sum of RGB (Red+Green+Blue) = 149+128+9=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #958009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958009 is #6A7FF6. Grayscale: #797979. Windows color (decimal): -6979575 or 622741. OLE color: 622741.

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

Color convert

RGB 149 128 9 -
CMYK 0 0.14 0.94 0.42
HSL 51º 0.89% 0.31% -
HSV(B) 51º 0.94% 0.58% -
XYZ 20.16 21.85 3.41 -
YUV 120.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 149 128 9 0 0.14 0.94 0.42 51 0.89 0.31
Hex 95 80 9 0 E 5E 2A 33 59 1F
Octal 225 200 11 0 16 136 52 63 131 37
Binary 10010101 10000000 1001 0 1110 1011110 101010 110011 1011001 11111

Color Harmonies of #958009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958009

Black with #958009

Text Example


Text Example

White with #958009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958009; }

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

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

background-color css

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

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

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

border-color css

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

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

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