Html Css Color HEX #797A05 Olive

📋 copy color: '#797A05'

red 121 ◦ green 122 ◦ blue 5

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

Shades of Olive #797A05

Tints of Olive #797A05

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.19%

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 48.79%
G = 49.19%
B = 2.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#797A05 (or 0x797A05) is known color: Olive. HEX triplet: 79, 7A and 05. RGB value is (121,122,5). Sum of RGB (Red+Green+Blue) = 121+122+5=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #797A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797A05 is #8685FA. Grayscale: #6C6C6C. Windows color (decimal): -8816123 or 359033. OLE color: 359033.

HSL color Cylindrical-coordinate representation of color #797A05: hue angle of 60.51º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #797A05 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB 121 122 5 -
CMYK 0.01 0 0.96 0.52
HSL 60.51º 0.92% 0.25% -
HSV(B) 60.51º 0.96% 0.48% -
XYZ 14.87 17.99 2.83 -
YUV 108.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 121 122 5 0.01 0 0.96 0.52 60.51 0.92 0.25
Hex 79 7A 5 1 0 60 34 3D 5C 19
Octal 171 172 5 1 0 140 64 75 134 31
Binary 1111001 1111010 101 1 0 1100000 110100 111101 1011100 11001

Color Harmonies of #797A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797A05

Black with #797A05

Text Example


Text Example

White with #797A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,122,5); }

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

background-color css

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

 a { background-color: rgb(121,122,5); }

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

border-color css

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

 span { border-color: rgb(121,122,5); }

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