Html Css Color HEX #796600 Olive

📋 copy color: '#796600'

red 121 ◦ green 102 ◦ blue 0

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

Shades of Olive #796600

Tints of Olive #796600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.26%
G = 45.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#796600 (or 0x796600) is known color: Olive. HEX triplet: 79, 66 and 00. RGB value is (121,102,0). Sum of RGB (Red+Green+Blue) = 121+102+0=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #796600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796600 is #8699FF. Grayscale: #606060. Windows color (decimal): -8821248 or 26233. OLE color: 26233.

HSL color Cylindrical-coordinate representation of color #796600: hue angle of 50.58º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #796600 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 102 0 -
CMYK 0 0.16 1 0.53
HSL 50.58º 1% 0.24% -
HSV(B) 50.58º 1% 0.47% -
XYZ 12.64 13.57 1.95 -
YUV 96.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 121 102 0 0 0.16 1 0.53 50.58 1 0.24
Hex 79 66 0 0 10 64 35 33 64 18
Octal 171 146 0 0 20 144 65 63 144 30
Binary 1111001 1100110 0 0 10000 1100100 110101 110011 1100100 11000

Color Harmonies of #796600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796600

Black with #796600

Text Example


Text Example

White with #796600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796600; }

 p { color: rgb(121,102,0); }

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

background-color css

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

 a { background-color: rgb(121,102,0); }

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

border-color css

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

 span { border-color: rgb(121,102,0); }

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