Html Css Color HEX #959008 Olive

📋 copy color: '#959008'

red 149 ◦ green 144 ◦ blue 8

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

Shades of Olive #959008

Tints of Olive #959008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.66%

R = 49.5%
G = 47.84%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#959008 (or 0x959008) is known color: Olive. HEX triplet: 95, 90 and 08. RGB value is (149,144,8). Sum of RGB (Red+Green+Blue) = 149+144+8=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #959008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959008 is #6A6FF7. Grayscale: #828282. Windows color (decimal): -6975480 or 561301. OLE color: 561301.

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

Color convert

RGB 149 144 8 -
CMYK 0 0.03 0.95 0.42
HSL 57.87º 0.9% 0.31% -
HSV(B) 57.87º 0.95% 0.58% -
XYZ 22.41 26.35 4.14 -
YUV 129.99 59.16 141.56 -
System Red Green Blue C M Y K H S L
Decimal 149 144 8 0 0.03 0.95 0.42 57.87 0.9 0.31
Hex 95 90 8 0 3 5F 2A 3A 5A 1F
Octal 225 220 10 0 3 137 52 72 132 37
Binary 10010101 10010000 1000 0 11 1011111 101010 111010 1011010 11111

Color Harmonies of #959008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959008

Black with #959008

Text Example


Text Example

White with #959008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959008; }

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

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

background-color css

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

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

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

border-color css

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

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

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