#796F38

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

Shades of Crete #796F38

Tints of Crete #796F38

Color information

#796F38 (or 0x796F38) is unknown color: approx Crete. HEX triplet: 79, 6F and 38. RGB value is (121,111,56). Sum of RGB (Red+Green+Blue) = 121+111+56=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 121 - color contains mainly: red. Hex color #796F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F38 is #8690C7. Grayscale: #6B6B6B. Windows color (decimal): -8818888 or 3698553. OLE color: 3698553.

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

Color convert

RGB12111156-
CMYK00.080.540.53
HSL50.77º36.72%34.71%-
HSV(B)50.77º53.72%47.45%-
XYZ14.2815.726.02-
YUV107.7298.81137.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.01%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 56 (22.27% from 255) = 19.44%
R=42.01%
G=38.54%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211115600.080.540.5350.7736.7234.71
Hex796F38083635332523
Octal171157700106665634543
Binary1111001110111111100001000110110110101110011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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