Html Css Color HEX #969502 Olive

📋 copy color: '#969502'

red 150 ◦ green 149 ◦ blue 2

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

Shades of Olive #969502

Tints of Olive #969502

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #969502: hue angle of 59.59º 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 #969502 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

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

Color Harmonies of #969502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969502

Black with #969502

Text Example


Text Example

White with #969502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969502; }

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

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

background-color css

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

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

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

border-color css

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

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

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