Html Css Color HEX #798211 Olive

📋 copy color: '#798211'

red 121 ◦ green 130 ◦ blue 17

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

Shades of Olive #798211

Tints of Olive #798211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.51%

 BLUE value IS 17 (7.03% from 255) = 6.34%

R = 45.15%
G = 48.51%
B = 6.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#798211 (or 0x798211) is known color: Olive. HEX triplet: 79, 82 and 11. RGB value is (121,130,17). Sum of RGB (Red+Green+Blue) = 121+130+17=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #798211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798211 is #867DEE. Grayscale: #727272. Windows color (decimal): -8814063 or 1147513. OLE color: 1147513.

HSL color Cylindrical-coordinate representation of color #798211: hue angle of 64.78º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #798211 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 130 17 -
CMYK 0.07 0 0.87 0.49
HSL 64.78º 0.77% 0.29% -
HSV(B) 64.78º 0.87% 0.51% -
XYZ 15.97 20.07 3.56 -
YUV 114.43 73.02 132.69 -
System Red Green Blue C M Y K H S L
Decimal 121 130 17 0.07 0 0.87 0.49 64.78 0.77 0.29
Hex 79 82 11 7 0 57 31 41 4D 1D
Octal 171 202 21 7 0 127 61 101 115 35
Binary 1111001 10000010 10001 111 0 1010111 110001 1000001 1001101 11101

Color Harmonies of #798211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798211

Black with #798211

Text Example


Text Example

White with #798211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798211; }

 p { color: rgb(121,130,17); }

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

background-color css

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

 a { background-color: rgb(121,130,17); }

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

border-color css

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

 span { border-color: rgb(121,130,17); }

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