Html Css Color HEX #798206 Olive

📋 copy color: '#798206'

red 121 ◦ green 130 ◦ blue 6

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

Shades of Olive #798206

Tints of Olive #798206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 47.08%
G = 50.58%
B = 2.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#798206 (or 0x798206) is known color: Olive. HEX triplet: 79, 82 and 06. RGB value is (121,130,6). Sum of RGB (Red+Green+Blue) = 121+130+6=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #798206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798206 is #867DF9. Grayscale: #717171. Windows color (decimal): -8814074 or 426617. OLE color: 426617.

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

Color convert

RGB 121 130 6 -
CMYK 0.07 0 0.95 0.49
HSL 64.35º 0.91% 0.27% -
HSV(B) 64.35º 0.95% 0.51% -
XYZ 15.9 20.04 3.2 -
YUV 113.17 67.52 133.58 -
System Red Green Blue C M Y K H S L
Decimal 121 130 6 0.07 0 0.95 0.49 64.35 0.91 0.27
Hex 79 82 6 7 0 5F 31 40 5B 1B
Octal 171 202 6 7 0 137 61 100 133 33
Binary 1111001 10000010 110 111 0 1011111 110001 1000000 1011011 11011

Color Harmonies of #798206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798206

Black with #798206

Text Example


Text Example

White with #798206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798206; }

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

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

background-color css

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

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

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

border-color css

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

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

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