Html Css Color HEX #959604 Olive

📋 copy color: '#959604'

red 149 ◦ green 150 ◦ blue 4

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

Shades of Olive #959604

Tints of Olive #959604

RGB

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

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

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

R = 49.17%
G = 49.5%
B = 1.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#959604 (or 0x959604) is known color: Olive. HEX triplet: 95, 96 and 04. RGB value is (149,150,4). Sum of RGB (Red+Green+Blue) = 149+150+4=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #959604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959604 is #6A69FB. Grayscale: #858585. Windows color (decimal): -6973948 or 300693. OLE color: 300693.

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

Color convert

RGB 149 150 4 -
CMYK 0.01 0 0.97 0.41
HSL 60.41º 0.95% 0.3% -
HSV(B) 60.41º 0.97% 0.59% -
XYZ 23.32 28.21 4.33 -
YUV 133.06 55.17 139.37 -
System Red Green Blue C M Y K H S L
Decimal 149 150 4 0.01 0 0.97 0.41 60.41 0.95 0.3
Hex 95 96 4 1 0 61 29 3C 5F 1E
Octal 225 226 4 1 0 141 51 74 137 36
Binary 10010101 10010110 100 1 0 1100001 101001 111100 1011111 11110

Color Harmonies of #959604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959604

Black with #959604

Text Example


Text Example

White with #959604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959604; }

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

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

background-color css

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

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

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

border-color css

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

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

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