Html Css Color HEX #978200 Olive

📋 copy color: '#978200'

red 151 ◦ green 130 ◦ blue 0

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

Shades of Olive #978200

Tints of Olive #978200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.26%

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

R = 53.74%
G = 46.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#978200 (or 0x978200) is known color: Olive. HEX triplet: 97, 82 and 00. RGB value is (151,130,0). Sum of RGB (Red+Green+Blue) = 151+130+0=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #978200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978200 is #687DFF. Grayscale: #7A7A7A. Windows color (decimal): -6848000 or 33431. OLE color: 33431.

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

Color convert

RGB 151 130 0 -
CMYK 0 0.14 1 0.41
HSL 51.66º 1% 0.3% -
HSV(B) 51.66º 1% 0.59% -
XYZ 20.75 22.54 3.26 -
YUV 121.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 151 130 0 0 0.14 1 0.41 51.66 1 0.3
Hex 97 82 0 0 E 64 29 34 64 1E
Octal 227 202 0 0 16 144 51 64 144 36
Binary 10010111 10000010 0 0 1110 1100100 101001 110100 1100100 11110

Color Harmonies of #978200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978200

Black with #978200

Text Example


Text Example

White with #978200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978200; }

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

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

background-color css

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

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

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

border-color css

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

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

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