Html Css Color HEX #959009 Olive

📋 copy color: '#959009'

red 149 ◦ green 144 ◦ blue 9

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

Shades of Olive #959009

Tints of Olive #959009

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.68%

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

R = 49.34%
G = 47.68%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#959009 (or 0x959009) is known color: Olive. HEX triplet: 95, 90 and 09. RGB value is (149,144,9). Sum of RGB (Red+Green+Blue) = 149+144+9=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #959009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959009 is #6A6FF6. Grayscale: #828282. Windows color (decimal): -6975479 or 626837. OLE color: 626837.

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

Color convert

RGB 149 144 9 -
CMYK 0 0.03 0.94 0.42
HSL 57.86º 0.89% 0.31% -
HSV(B) 57.86º 0.94% 0.58% -
XYZ 22.42 26.36 4.16 -
YUV 130.11 59.66 141.48 -
System Red Green Blue C M Y K H S L
Decimal 149 144 9 0 0.03 0.94 0.42 57.86 0.89 0.31
Hex 95 90 9 0 3 5E 2A 3A 59 1F
Octal 225 220 11 0 3 136 52 72 131 37
Binary 10010101 10010000 1001 0 11 1011110 101010 111010 1011001 11111

Color Harmonies of #959009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959009

Black with #959009

Text Example


Text Example

White with #959009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959009; }

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

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

background-color css

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

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

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

border-color css

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

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

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