#979002

Color #979002 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #979002

Tints of Olive #979002

Color information

#979002 (or 0x979002) is unknown color: approx Olive. HEX triplet: 97, 90 and 02. RGB value is (151,144,2). Sum of RGB (Red+Green+Blue) = 151+144+2=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #979002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979002 is #686FFD. Grayscale: #828282. Windows color (decimal): -6844414 or 168087. OLE color: 168087.

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

Color convert

RGB1511442-
CMYK00.050.990.41
HSL57.18º97.39%30%-
HSV(B)57.18º98.68%59.22%-
XYZ22.7526.533.98-
YUV129.955.82143.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.84%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=50.84%
G=48.48%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151144200.050.990.4157.1897.3930
Hex9790205632939611e
Octal227220205143517114136
Binary10010111100100001001011100011101001111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979002; }

 p { color: rgb(151,144,2); }

 H1.HeaderClassName
 {
   color: #979002;
 }
 .AnyTagClassName
 {
   color: #979002;
 }
</style>
background-color css

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

 a { background-color: rgb(151,144,2); }

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

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

 span { border-color: rgb(151,144,2); }

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