#78702F

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

Shades of Crete #78702F

Tints of Crete #78702F

Color information

#78702F (or 0x78702F) is unknown color: approx Crete. HEX triplet: 78, 70 and 2F. RGB value is (120,112,47). Sum of RGB (Red+Green+Blue) = 120+112+47=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78702F is #878FD0. Grayscale: #6B6B6B. Windows color (decimal): -8884177 or 3108984. OLE color: 3108984.

HSL color Cylindrical-coordinate representation of color #78702F: hue angle of 53.42º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78702F is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB12011247-
CMYK00.070.610.53
HSL53.42º43.71%32.75%-
HSV(B)53.42º60.83%47.06%-
XYZ14.0515.795-
YUV106.9894.15137.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.01%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=43.01%
G=40.14%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201124700.070.610.5353.4243.7132.75
Hex78702F073D35352c21
Octal17016057077565655441
Binary111100011100001011110111111101110101110101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78702F; }

 p { color: rgb(120,112,47); }

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

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

 a { background-color: rgb(120,112,47); }

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

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

 span { border-color: rgb(120,112,47); }

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