Html Css Color HEX #979002 Olive

📋 copy color: '#979002'

red 151 ◦ green 144 ◦ blue 2

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

Shades of Olive #979002

Tints of Olive #979002

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 value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#979002 (or 0x979002) is known color: 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

RGB 151 144 2 -
CMYK 0 0.05 0.99 0.41
HSL 57.18º 0.97% 0.3% -
HSV(B) 57.18º 0.99% 0.59% -
XYZ 22.75 26.53 3.98 -
YUV 129.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 151 144 2 0 0.05 0.99 0.41 57.18 0.97 0.3
Hex 97 90 2 0 5 63 29 39 61 1E
Octal 227 220 2 0 5 143 51 71 141 36
Binary 10010111 10010000 10 0 101 1100011 101001 111001 1100001 11110

Color Harmonies of #979002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979002

Black with #979002

Text Example


Text Example

White with #979002

Text Example


Text Example

HTML Codes & Css Web 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>