Html Css Color HEX #979504 Olive

📋 copy color: '#979504'

red 151 ◦ green 149 ◦ blue 4

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

Shades of Olive #979504

Tints of Olive #979504

RGB

 RED value IS 151 (59.38% from 255) = 49.67%

 GREEN value IS 149 (58.59% 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

#979504 (or 0x979504) is known color: Olive. HEX triplet: 97, 95 and 04. RGB value is (151,149,4). Sum of RGB (Red+Green+Blue) = 151+149+4=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #979504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979504 is #686AFB. Grayscale: #858585. Windows color (decimal): -6843132 or 300439. OLE color: 300439.

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

Color convert

RGB 151 149 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.53 28.08 4.3 -
YUV 133.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 151 149 4 0 0.01 0.97 0.41 59.18 0.95 0.3
Hex 97 95 4 0 1 61 29 3B 5F 1E
Octal 227 225 4 0 1 141 51 73 137 36
Binary 10010111 10010101 100 0 1 1100001 101001 111011 1011111 11110

Color Harmonies of #979504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979504

Black with #979504

Text Example


Text Example

White with #979504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979504; }

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

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

background-color css

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

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

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

border-color css

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

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

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