Html Css Color HEX #796702 Olive

📋 copy color: '#796702'

red 121 ◦ green 103 ◦ blue 2

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

Shades of Olive #796702

Tints of Olive #796702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.58%

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

R = 53.54%
G = 45.58%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#796702 (or 0x796702) is known color: Olive. HEX triplet: 79, 67 and 02. RGB value is (121,103,2). Sum of RGB (Red+Green+Blue) = 121+103+2=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #796702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796702 is #8698FD. Grayscale: #616161. Windows color (decimal): -8820990 or 157561. OLE color: 157561.

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

Color convert

RGB 121 103 2 -
CMYK 0 0.15 0.98 0.53
HSL 50.92º 0.97% 0.24% -
HSV(B) 50.92º 0.98% 0.47% -
XYZ 12.75 13.77 2.04 -
YUV 96.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 121 103 2 0 0.15 0.98 0.53 50.92 0.97 0.24
Hex 79 67 2 0 F 62 35 33 61 18
Octal 171 147 2 0 17 142 65 63 141 30
Binary 1111001 1100111 10 0 1111 1100010 110101 110011 1100001 11000

Color Harmonies of #796702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796702

Black with #796702

Text Example


Text Example

White with #796702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796702; }

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

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

background-color css

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

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

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

border-color css

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

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

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