Html Css Color HEX #797F02 Olive

📋 copy color: '#797F02'

red 121 ◦ green 127 ◦ blue 2

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

Shades of Olive #797F02

Tints of Olive #797F02

RGB

 RED value IS 121 (47.66% from 255) = 48.4%

 GREEN value IS 127 (50% from 255) = 50.8%

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

R = 48.4%
G = 50.8%
B = 0.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#797F02 (or 0x797F02) is known color: Olive. HEX triplet: 79, 7F and 02. RGB value is (121,127,2). Sum of RGB (Red+Green+Blue) = 121+127+2=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #797F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797F02 is #8680FD. Grayscale: #6F6F6F. Windows color (decimal): -8814846 or 163705. OLE color: 163705.

HSL color Cylindrical-coordinate representation of color #797F02: hue angle of 62.88º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #797F02 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 127 2 -
CMYK 0.05 0 0.98 0.50
HSL 62.88º 0.97% 0.25% -
HSV(B) 62.88º 0.98% 0.5% -
XYZ 15.49 19.25 2.96 -
YUV 110.96 66.51 135.16 -
System Red Green Blue C M Y K H S L
Decimal 121 127 2 0.05 0 0.98 0.50 62.88 0.97 0.25
Hex 79 7F 2 5 0 62 32 3F 61 19
Octal 171 177 2 5 0 142 62 77 141 31
Binary 1111001 1111111 10 101 0 1100010 110010 111111 1100001 11001

Color Harmonies of #797F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797F02

Black with #797F02

Text Example


Text Example

White with #797F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797F02; }

 p { color: rgb(121,127,2); }

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

background-color css

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

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

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

border-color css

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

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

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