Html Css Color HEX #978005 Olive

📋 copy color: '#978005'

red 151 ◦ green 128 ◦ blue 5

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

Shades of Olive #978005

Tints of Olive #978005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.76%

R = 53.17%
G = 45.07%
B = 1.76%

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

#978005 (or 0x978005) is known color: Olive. HEX triplet: 97, 80 and 05. RGB value is (151,128,5). Sum of RGB (Red+Green+Blue) = 151+128+5=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #978005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978005 is #687FFA. Grayscale: #797979. Windows color (decimal): -6848507 or 360599. OLE color: 360599.

HSL color Cylindrical-coordinate representation of color #978005: hue angle of 50.55º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #978005 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 128 5 -
CMYK 0 0.15 0.97 0.41
HSL 50.55º 0.94% 0.31% -
HSV(B) 50.55º 0.97% 0.59% -
XYZ 20.51 22.03 3.31 -
YUV 120.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 151 128 5 0 0.15 0.97 0.41 50.55 0.94 0.31
Hex 97 80 5 0 F 61 29 33 5E 1F
Octal 227 200 5 0 17 141 51 63 136 37
Binary 10010111 10000000 101 0 1111 1100001 101001 110011 1011110 11111

Color Harmonies of #978005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978005

Black with #978005

Text Example


Text Example

White with #978005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978005; }

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

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

background-color css

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

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

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

border-color css

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

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

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