Html Css Color HEX #797612 Olive

📋 copy color: '#797612'

red 121 ◦ green 118 ◦ blue 18

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

Shades of Olive #797612

Tints of Olive #797612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.91%

 BLUE value IS 18 (7.42% from 255) = 7%

R = 47.08%
G = 45.91%
B = 7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#797612 (or 0x797612) is known color: Olive. HEX triplet: 79, 76 and 12. RGB value is (121,118,18). Sum of RGB (Red+Green+Blue) = 121+118+18=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #797612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797612 is #8689ED. Grayscale: #6B6B6B. Windows color (decimal): -8817134 or 1209977. OLE color: 1209977.

HSL color Cylindrical-coordinate representation of color #797612: hue angle of 58.25º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #797612 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 118 18 -
CMYK 0 0.02 0.85 0.53
HSL 58.25º 0.74% 0.27% -
HSV(B) 58.25º 0.85% 0.47% -
XYZ 14.47 17.07 3.1 -
YUV 107.5 77.49 137.63 -
System Red Green Blue C M Y K H S L
Decimal 121 118 18 0 0.02 0.85 0.53 58.25 0.74 0.27
Hex 79 76 12 0 2 55 35 3A 4A 1B
Octal 171 166 22 0 2 125 65 72 112 33
Binary 1111001 1110110 10010 0 10 1010101 110101 111010 1001010 11011

Color Harmonies of #797612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797612

Black with #797612

Text Example


Text Example

White with #797612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797612; }

 p { color: rgb(121,118,18); }

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

background-color css

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

 a { background-color: rgb(121,118,18); }

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

border-color css

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

 span { border-color: rgb(121,118,18); }

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