Html Css Color HEX #978000 Olive

📋 copy color: '#978000'

red 151 ◦ green 128 ◦ blue 0

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

Shades of Olive #978000

Tints of Olive #978000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.12%
G = 45.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#978000 (or 0x978000) is known color: Olive. HEX triplet: 97, 80 and 00. RGB value is (151,128,0). Sum of RGB (Red+Green+Blue) = 151+128+0=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #978000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978000 is #687FFF. Grayscale: #787878. Windows color (decimal): -6848512 or 32919. OLE color: 32919.

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

Color convert

RGB 151 128 0 -
CMYK 0 0.15 1 0.41
HSL 50.86º 1% 0.3% -
HSV(B) 50.86º 1% 0.59% -
XYZ 20.48 22.02 3.17 -
YUV 120.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 151 128 0 0 0.15 1 0.41 50.86 1 0.3
Hex 97 80 0 0 F 64 29 33 64 1E
Octal 227 200 0 0 17 144 51 63 144 36
Binary 10010111 10000000 0 0 1111 1100100 101001 110011 1100100 11110

Color Harmonies of #978000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978000

Black with #978000

Text Example


Text Example

White with #978000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978000; }

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

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

background-color css

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

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

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

border-color css

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

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

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