Html Css Color HEX #796502 Olive

📋 copy color: '#796502'

red 121 ◦ green 101 ◦ blue 2

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

Shades of Olive #796502

Tints of Olive #796502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

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

R = 54.02%
G = 45.09%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#796502 (or 0x796502) is known color: Olive. HEX triplet: 79, 65 and 02. RGB value is (121,101,2). Sum of RGB (Red+Green+Blue) = 121+101+2=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #796502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796502 is #869AFD. Grayscale: #606060. Windows color (decimal): -8821502 or 157049. OLE color: 157049.

HSL color Cylindrical-coordinate representation of color #796502: hue angle of 49.92º 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 #796502 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 101 2 -
CMYK 0 0.17 0.98 0.53
HSL 49.92º 0.97% 0.24% -
HSV(B) 49.92º 0.98% 0.47% -
XYZ 12.55 13.38 1.98 -
YUV 95.69 75.13 146.05 -
System Red Green Blue C M Y K H S L
Decimal 121 101 2 0 0.17 0.98 0.53 49.92 0.97 0.24
Hex 79 65 2 0 11 62 35 32 61 18
Octal 171 145 2 0 21 142 65 62 141 30
Binary 1111001 1100101 10 0 10001 1100010 110101 110010 1100001 11000

Color Harmonies of #796502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796502

Black with #796502

Text Example


Text Example

White with #796502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796502; }

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

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

background-color css

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

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

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

border-color css

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

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

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