#707238

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

Shades of Crete #707238

Tints of Crete #707238

Color information

#707238 (or 0x707238) is unknown color: approx Crete. HEX triplet: 70, 72 and 38. RGB value is (112,114,56). Sum of RGB (Red+Green+Blue) = 112+114+56=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #707238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707238 is #8F8DC7. Grayscale: #6B6B6B. Windows color (decimal): -9407944 or 3699312. OLE color: 3699312.

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

Color convert

RGB11211456-
CMYK0.0200.510.55
HSL62.07º34.12%33.33%-
HSV(B)62.07º50.88%44.71%-
XYZ13.4115.766.08-
YUV106.7999.34131.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 56 (22.27% from 255) = 19.86%
R=39.72%
G=40.43%
B=19.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114560.0200.510.5562.0734.1233.33
Hex7072382033373e2221
Octal16016270206367764241
Binary11100001110010111000100110011110111111110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707238; }

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

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

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

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

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

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

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

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