Html Css Color HEX #969404 Olive

📋 copy color: '#969404'

red 150 ◦ green 148 ◦ blue 4

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

Shades of Olive #969404

Tints of Olive #969404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.01%

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

R = 49.67%
G = 49.01%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#969404 (or 0x969404) is known color: Olive. HEX triplet: 96, 94 and 04. RGB value is (150,148,4). Sum of RGB (Red+Green+Blue) = 150+148+4=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #969404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969404 is #696BFB. Grayscale: #848484. Windows color (decimal): -6908924 or 300182. OLE color: 300182.

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

Color convert

RGB 150 148 4 -
CMYK 0 0.01 0.97 0.41
HSL 59.18º 0.95% 0.3% -
HSV(B) 59.18º 0.97% 0.59% -
XYZ 23.19 27.67 4.23 -
YUV 132.18 55.66 140.71 -
System Red Green Blue C M Y K H S L
Decimal 150 148 4 0 0.01 0.97 0.41 59.18 0.95 0.3
Hex 96 94 4 0 1 61 29 3B 5F 1E
Octal 226 224 4 0 1 141 51 73 137 36
Binary 10010110 10010100 100 0 1 1100001 101001 111011 1011111 11110

Color Harmonies of #969404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969404

Black with #969404

Text Example


Text Example

White with #969404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969404; }

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

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

background-color css

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

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

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

border-color css

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

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

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