Html Css Color HEX #796602 Olive

📋 copy color: '#796602'

red 121 ◦ green 102 ◦ blue 2

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

Shades of Olive #796602

Tints of Olive #796602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 53.78%
G = 45.33%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#796602 (or 0x796602) is known color: Olive. HEX triplet: 79, 66 and 02. RGB value is (121,102,2). Sum of RGB (Red+Green+Blue) = 121+102+2=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #796602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796602 is #8699FD. Grayscale: #606060. Windows color (decimal): -8821246 or 157305. OLE color: 157305.

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

Color convert

RGB 121 102 2 -
CMYK 0 0.16 0.98 0.53
HSL 50.42º 0.97% 0.24% -
HSV(B) 50.42º 0.98% 0.47% -
XYZ 12.65 13.57 2.01 -
YUV 96.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 121 102 2 0 0.16 0.98 0.53 50.42 0.97 0.24
Hex 79 66 2 0 10 62 35 32 61 18
Octal 171 146 2 0 20 142 65 62 141 30
Binary 1111001 1100110 10 0 10000 1100010 110101 110010 1100001 11000

Color Harmonies of #796602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796602

Black with #796602

Text Example


Text Example

White with #796602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796602; }

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

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

background-color css

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

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

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

border-color css

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

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

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