#796F34

Color #796F34 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #796F34

Tints of Crete #796F34

Color information

#796F34 (or 0x796F34) is unknown color: approx Crete. HEX triplet: 79, 6F and 34. RGB value is (121,111,52). Sum of RGB (Red+Green+Blue) = 121+111+52=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #796F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F34 is #8690CB. Grayscale: #6B6B6B. Windows color (decimal): -8818892 or 3436409. OLE color: 3436409.

HSL color Cylindrical-coordinate representation of color #796F34: hue angle of 51.3º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #796F34 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB12111152-
CMYK00.080.570.53
HSL51.3º39.88%33.92%-
HSV(B)51.3º57.02%47.45%-
XYZ14.1915.685.53-
YUV107.2696.81137.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.61%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 52 (20.70% from 255) = 18.31%
R=42.61%
G=39.08%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211115200.080.570.5351.339.8833.92
Hex796F34083935332822
Octal171157640107165635042
Binary1111001110111111010001000111001110101110011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,111,52); }

 H1.HeaderClassName
 {
   color: #796F34;
 }
 .AnyTagClassName
 {
   color: #796F34;
 }
</style>
background-color css

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

 a { background-color: rgb(121,111,52); }

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

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

 span { border-color: rgb(121,111,52); }

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