Html Css Color HEX #978006 Olive

📋 copy color: '#978006'

red 151 ◦ green 128 ◦ blue 6

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

Shades of Olive #978006

Tints of Olive #978006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.11%

R = 52.98%
G = 44.91%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#978006 (or 0x978006) is known color: Olive. HEX triplet: 97, 80 and 06. RGB value is (151,128,6). Sum of RGB (Red+Green+Blue) = 151+128+6=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #978006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978006 is #687FF9. Grayscale: #797979. Windows color (decimal): -6848506 or 426135. OLE color: 426135.

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

Color convert

RGB 151 128 6 -
CMYK 0 0.15 0.96 0.41
HSL 50.48º 0.92% 0.31% -
HSV(B) 50.48º 0.96% 0.59% -
XYZ 20.51 22.03 3.34 -
YUV 120.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 151 128 6 0 0.15 0.96 0.41 50.48 0.92 0.31
Hex 97 80 6 0 F 60 29 32 5C 1F
Octal 227 200 6 0 17 140 51 62 134 37
Binary 10010111 10000000 110 0 1111 1100000 101001 110010 1011100 11111

Color Harmonies of #978006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978006

Black with #978006

Text Example


Text Example

White with #978006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978006; }

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

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

background-color css

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

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

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

border-color css

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

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

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