Html Css Color HEX #797C0D Olive

📋 copy color: '#797C0D'

red 121 ◦ green 124 ◦ blue 13

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

Shades of Olive #797C0D

Tints of Olive #797C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.04%

R = 46.9%
G = 48.06%
B = 5.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#797C0D (or 0x797C0D) is known color: Olive. HEX triplet: 79, 7C and 0D. RGB value is (121,124,13). Sum of RGB (Red+Green+Blue) = 121+124+13=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #797C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797C0D is #8683F2. Grayscale: #6E6E6E. Windows color (decimal): -8815603 or 883833. OLE color: 883833.

HSL color Cylindrical-coordinate representation of color #797C0D: hue angle of 61.62º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #797C0D is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 124 13 -
CMYK 0.02 0 0.90 0.51
HSL 61.62º 0.81% 0.27% -
HSV(B) 61.62º 0.9% 0.49% -
XYZ 15.17 18.51 3.15 -
YUV 110.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 121 124 13 0.02 0 0.90 0.51 61.62 0.81 0.27
Hex 79 7C D 2 0 5A 33 3E 51 1B
Octal 171 174 15 2 0 132 63 76 121 33
Binary 1111001 1111100 1101 10 0 1011010 110011 111110 1010001 11011

Color Harmonies of #797C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797C0D

Black with #797C0D

Text Example


Text Example

White with #797C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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