Html Css Color HEX #969604 Olive

📋 copy color: '#969604'

red 150 ◦ green 150 ◦ blue 4

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

Shades of Olive #969604

Tints of Olive #969604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 49.34%
G = 49.34%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#969604 (or 0x969604) is known color: Olive. HEX triplet: 96, 96 and 04. RGB value is (150,150,4). Sum of RGB (Red+Green+Blue) = 150+150+4=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969604 is #6969FB. Grayscale: #858585. Windows color (decimal): -6908412 or 300694. OLE color: 300694.

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

Color convert

RGB 150 150 4 -
CMYK 0 0 0.97 0.41
HSL 60º 0.95% 0.3% -
HSV(B) 60º 0.97% 0.59% -
XYZ 23.51 28.31 4.34 -
YUV 133.36 55 139.87 -
System Red Green Blue C M Y K H S L
Decimal 150 150 4 0 0 0.97 0.41 60 0.95 0.3
Hex 96 96 4 0 0 61 29 3C 5F 1E
Octal 226 226 4 0 0 141 51 74 137 36
Binary 10010110 10010110 100 0 0 1100001 101001 111100 1011111 11110

Color Harmonies of #969604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969604

Black with #969604

Text Example


Text Example

White with #969604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969604; }

 p { color: rgb(150,150,4); }

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

background-color css

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

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

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

border-color css

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

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

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