Html Css Color HEX #978004 Olive

📋 copy color: '#978004'

red 151 ◦ green 128 ◦ blue 4

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

Shades of Olive #978004

Tints of Olive #978004

RGB

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

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

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

R = 53.36%
G = 45.23%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#978004 (or 0x978004) is known color: Olive. HEX triplet: 97, 80 and 04. RGB value is (151,128,4). Sum of RGB (Red+Green+Blue) = 151+128+4=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #978004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978004 is #687FFB. Grayscale: #797979. Windows color (decimal): -6848508 or 295063. OLE color: 295063.

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

Color convert

RGB 151 128 4 -
CMYK 0 0.15 0.97 0.41
HSL 50.61º 0.95% 0.3% -
HSV(B) 50.61º 0.97% 0.59% -
XYZ 20.5 22.03 3.29 -
YUV 120.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 151 128 4 0 0.15 0.97 0.41 50.61 0.95 0.3
Hex 97 80 4 0 F 61 29 33 5F 1E
Octal 227 200 4 0 17 141 51 63 137 36
Binary 10010111 10000000 100 0 1111 1100001 101001 110011 1011111 11110

Color Harmonies of #978004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978004

Black with #978004

Text Example


Text Example

White with #978004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978004; }

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

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

background-color css

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

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

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

border-color css

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

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

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