Html Css Color HEX #979702 Olive

📋 copy color: '#979702'

red 151 ◦ green 151 ◦ blue 2

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

Shades of Olive #979702

Tints of Olive #979702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.67%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 49.67%
G = 49.67%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#979702 (or 0x979702) is known color: Olive. HEX triplet: 97, 97 and 02. RGB value is (151,151,2). Sum of RGB (Red+Green+Blue) = 151+151+2=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979702 is #6868FD. Grayscale: #868686. Windows color (decimal): -6842622 or 169879. OLE color: 169879.

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

Color convert

RGB 151 151 2 -
CMYK 0 0 0.99 0.41
HSL 60º 0.97% 0.3% -
HSV(B) 60º 0.99% 0.59% -
XYZ 23.84 28.72 4.34 -
YUV 134.01 53.5 140.12 -
System Red Green Blue C M Y K H S L
Decimal 151 151 2 0 0 0.99 0.41 60 0.97 0.3
Hex 97 97 2 0 0 63 29 3C 61 1E
Octal 227 227 2 0 0 143 51 74 141 36
Binary 10010111 10010111 10 0 0 1100011 101001 111100 1100001 11110

Color Harmonies of #979702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979702

Black with #979702

Text Example


Text Example

White with #979702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979702; }

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

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

background-color css

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

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

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

border-color css

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

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

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