#707236

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

Shades of Crete #707236

Tints of Crete #707236

Color information

#707236 (or 0x707236) is unknown color: approx Crete. HEX triplet: 70, 72 and 36. RGB value is (112,114,54). Sum of RGB (Red+Green+Blue) = 112+114+54=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #707236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707236 is #8F8DC9. Grayscale: #6A6A6A. Windows color (decimal): -9407946 or 3568240. OLE color: 3568240.

HSL color Cylindrical-coordinate representation of color #707236: hue angle of 62º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707236 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB11211454-
CMYK0.0200.530.55
HSL62º35.71%32.94%-
HSV(B)62º52.63%44.71%-
XYZ13.3715.755.82-
YUV106.5698.34131.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 54 (21.48% from 255) = 19.29%
R=40%
G=40.71%
B=19.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114540.0200.530.556235.7132.94
Hex7072362035373e2421
Octal16016266206567764441
Binary11100001110010110110100110101110111111110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707236; }

 p { color: rgb(112,114,54); }

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

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

 a { background-color: rgb(112,114,54); }

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

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

 span { border-color: rgb(112,114,54); }

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