Html Css Color HEX #959005 Olive

📋 copy color: '#959005'

red 149 ◦ green 144 ◦ blue 5

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

Shades of Olive #959005

Tints of Olive #959005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 50%
G = 48.32%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#959005 (or 0x959005) is known color: Olive. HEX triplet: 95, 90 and 05. RGB value is (149,144,5). Sum of RGB (Red+Green+Blue) = 149+144+5=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #959005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959005 is #6A6FFA. Grayscale: #828282. Windows color (decimal): -6975483 or 364693. OLE color: 364693.

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

Color convert

RGB 149 144 5 -
CMYK 0 0.03 0.97 0.42
HSL 57.92º 0.94% 0.3% -
HSV(B) 57.92º 0.97% 0.58% -
XYZ 22.4 26.35 4.05 -
YUV 129.65 57.66 141.8 -
System Red Green Blue C M Y K H S L
Decimal 149 144 5 0 0.03 0.97 0.42 57.92 0.94 0.3
Hex 95 90 5 0 3 61 2A 3A 5E 1E
Octal 225 220 5 0 3 141 52 72 136 36
Binary 10010101 10010000 101 0 11 1100001 101010 111010 1011110 11110

Color Harmonies of #959005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959005

Black with #959005

Text Example


Text Example

White with #959005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959005; }

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

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

background-color css

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

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

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

border-color css

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

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

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