Html Css Color HEX #959602 Olive

📋 copy color: '#959602'

red 149 ◦ green 150 ◦ blue 2

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

Shades of Olive #959602

Tints of Olive #959602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.83%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 49.5%
G = 49.83%
B = 0.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#959602 (or 0x959602) is known color: Olive. HEX triplet: 95, 96 and 02. RGB value is (149,150,2). Sum of RGB (Red+Green+Blue) = 149+150+2=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #959602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959602 is #6A69FD. Grayscale: #858585. Windows color (decimal): -6973950 or 169621. OLE color: 169621.

HSL color Cylindrical-coordinate representation of color #959602: hue angle of 60.41º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #959602 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 150 2 -
CMYK 0.01 0 0.99 0.41
HSL 60.41º 0.97% 0.3% -
HSV(B) 60.41º 0.99% 0.59% -
XYZ 23.31 28.21 4.27 -
YUV 132.83 54.17 139.53 -
System Red Green Blue C M Y K H S L
Decimal 149 150 2 0.01 0 0.99 0.41 60.41 0.97 0.3
Hex 95 96 2 1 0 63 29 3C 61 1E
Octal 225 226 2 1 0 143 51 74 141 36
Binary 10010101 10010110 10 1 0 1100011 101001 111100 1100001 11110

Color Harmonies of #959602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959602

Black with #959602

Text Example


Text Example

White with #959602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959602; }

 p { color: rgb(149,150,2); }

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

background-color css

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

 a { background-color: rgb(149,150,2); }

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

border-color css

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

 span { border-color: rgb(149,150,2); }

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