Html Css Color HEX #797C0A Olive

📋 copy color: '#797C0A'

red 121 ◦ green 124 ◦ blue 10

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

Shades of Olive #797C0A

Tints of Olive #797C0A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.63%

 BLUE value IS 10 (4.3% from 255) = 3.92%

R = 47.45%
G = 48.63%
B = 3.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.51

RGB Variations

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

Color information

#797C0A (or 0x797C0A) is known color: Olive. HEX triplet: 79, 7C and 0A. RGB value is (121,124,10). Sum of RGB (Red+Green+Blue) = 121+124+10=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 124 - color contains mainly: green. Hex color #797C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797C0A is #8683F5. Grayscale: #6E6E6E. Windows color (decimal): -8815606 or 687225. OLE color: 687225.

HSL color Cylindrical-coordinate representation of color #797C0A: hue angle of 61.58º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #797C0A is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 124 10 -
CMYK 0.02 0 0.92 0.51
HSL 61.58º 0.85% 0.26% -
HSV(B) 61.58º 0.92% 0.49% -
XYZ 15.15 18.5 3.06 -
YUV 110.11 71.51 135.77 -
System Red Green Blue C M Y K H S L
Decimal 121 124 10 0.02 0 0.92 0.51 61.58 0.85 0.26
Hex 79 7C A 2 0 5C 33 3E 55 1A
Octal 171 174 12 2 0 134 63 76 125 32
Binary 1111001 1111100 1010 10 0 1011100 110011 111110 1010101 11010

Color Harmonies of #797C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797C0A

Black with #797C0A

Text Example


Text Example

White with #797C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,124,10); }

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

background-color css

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

 a { background-color: rgb(121,124,10); }

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

border-color css

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

 span { border-color: rgb(121,124,10); }

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