#70723B

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

Shades of Crete #70723B

Tints of Crete #70723B

Color information

#70723B (or 0x70723B) is unknown color: approx Crete. HEX triplet: 70, 72 and 3B. RGB value is (112,114,59). Sum of RGB (Red+Green+Blue) = 112+114+59=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #70723B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70723B is #8F8DC4. Grayscale: #6B6B6B. Windows color (decimal): -9407941 or 3895920. OLE color: 3895920.

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

Color convert

RGB11211459-
CMYK0.0200.480.55
HSL62.18º31.79%33.92%-
HSV(B)62.18º48.25%44.71%-
XYZ13.4915.86.48-
YUV107.13100.84131.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 59 (23.44% from 255) = 20.70%
R=39.30%
G=40%
B=20.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114590.0200.480.5562.1831.7933.92
Hex70723B2030373e2022
Octal16016273206067764042
Binary11100001110010111011100110000110111111110100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70723B; }

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

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

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

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

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

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

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

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