Html Css Color HEX #958004 Olive

📋 copy color: '#958004'

red 149 ◦ green 128 ◦ blue 4

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

Shades of Olive #958004

Tints of Olive #958004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

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

R = 53.02%
G = 45.55%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#958004 (or 0x958004) is known color: Olive. HEX triplet: 95, 80 and 04. RGB value is (149,128,4). Sum of RGB (Red+Green+Blue) = 149+128+4=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #958004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958004 is #6A7FFB. Grayscale: #787878. Windows color (decimal): -6979580 or 295061. OLE color: 295061.

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

Color convert

RGB 149 128 4 -
CMYK 0 0.14 0.97 0.42
HSL 51.31º 0.95% 0.3% -
HSV(B) 51.31º 0.97% 0.58% -
XYZ 20.14 21.84 3.27 -
YUV 120.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 149 128 4 0 0.14 0.97 0.42 51.31 0.95 0.3
Hex 95 80 4 0 E 61 2A 33 5F 1E
Octal 225 200 4 0 16 141 52 63 137 36
Binary 10010101 10000000 100 0 1110 1100001 101010 110011 1011111 11110

Color Harmonies of #958004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958004

Black with #958004

Text Example


Text Example

White with #958004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958004; }

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

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

background-color css

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

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

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

border-color css

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

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

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