Html Css Color HEX #796C07 Olive

📋 copy color: '#796C07'

red 121 ◦ green 108 ◦ blue 7

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

Shades of Olive #796C07

Tints of Olive #796C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.76%

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 51.27%
G = 45.76%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#796C07 (or 0x796C07) is known color: Olive. HEX triplet: 79, 6C and 07. RGB value is (121,108,7). Sum of RGB (Red+Green+Blue) = 121+108+7=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #796C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796C07 is #8693F8. Grayscale: #646464. Windows color (decimal): -8819705 or 486521. OLE color: 486521.

HSL color Cylindrical-coordinate representation of color #796C07: hue angle of 53.16º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #796C07 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 108 7 -
CMYK 0 0.11 0.94 0.53
HSL 53.16º 0.89% 0.25% -
HSV(B) 53.16º 0.94% 0.47% -
XYZ 13.29 14.81 2.36 -
YUV 100.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 121 108 7 0 0.11 0.94 0.53 53.16 0.89 0.25
Hex 79 6C 7 0 B 5E 35 35 59 19
Octal 171 154 7 0 13 136 65 65 131 31
Binary 1111001 1101100 111 0 1011 1011110 110101 110101 1011001 11001

Color Harmonies of #796C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C07

Black with #796C07

Text Example


Text Example

White with #796C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796C07; }

 p { color: rgb(121,108,7); }

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

background-color css

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

 a { background-color: rgb(121,108,7); }

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

border-color css

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

 span { border-color: rgb(121,108,7); }

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