Html Css Color HEX #969702 Olive

📋 copy color: '#969702'

red 150 ◦ green 151 ◦ blue 2

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

Shades of Olive #969702

Tints of Olive #969702

RGB

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

 GREEN value IS 151 (59.38% 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

#969702 (or 0x969702) is known color: Olive. HEX triplet: 96, 97 and 02. RGB value is (150,151,2). Sum of RGB (Red+Green+Blue) = 150+151+2=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #969702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969702 is #6968FD. Grayscale: #868686. Windows color (decimal): -6908158 or 169878. OLE color: 169878.

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

Color convert

RGB 150 151 2 -
CMYK 0.01 0 0.99 0.41
HSL 60.4º 0.97% 0.3% -
HSV(B) 60.4º 0.99% 0.59% -
XYZ 23.66 28.62 4.34 -
YUV 133.72 53.67 139.62 -
System Red Green Blue C M Y K H S L
Decimal 150 151 2 0.01 0 0.99 0.41 60.4 0.97 0.3
Hex 96 97 2 1 0 63 29 3C 61 1E
Octal 226 227 2 1 0 143 51 74 141 36
Binary 10010110 10010111 10 1 0 1100011 101001 111100 1100001 11110

Color Harmonies of #969702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969702

Black with #969702

Text Example


Text Example

White with #969702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969702; }

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

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

background-color css

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

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

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

border-color css

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

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

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