Html Css Color HEX #959404 Olive

📋 copy color: '#959404'

red 149 ◦ green 148 ◦ blue 4

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

Shades of Olive #959404

Tints of Olive #959404

RGB

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

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

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

R = 49.5%
G = 49.17%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#959404 (or 0x959404) is known color: Olive. HEX triplet: 95, 94 and 04. RGB value is (149,148,4). Sum of RGB (Red+Green+Blue) = 149+148+4=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #959404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959404 is #6A6BFB. Grayscale: #848484. Windows color (decimal): -6974460 or 300181. OLE color: 300181.

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

Color convert

RGB 149 148 4 -
CMYK 0 0.01 0.97 0.42
HSL 59.59º 0.95% 0.3% -
HSV(B) 59.59º 0.97% 0.58% -
XYZ 23.01 27.58 4.23 -
YUV 131.88 55.83 140.21 -
System Red Green Blue C M Y K H S L
Decimal 149 148 4 0 0.01 0.97 0.42 59.59 0.95 0.3
Hex 95 94 4 0 1 61 2A 3C 5F 1E
Octal 225 224 4 0 1 141 52 74 137 36
Binary 10010101 10010100 100 0 1 1100001 101010 111100 1011111 11110

Color Harmonies of #959404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959404

Black with #959404

Text Example


Text Example

White with #959404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959404; }

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

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

background-color css

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

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

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

border-color css

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

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

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