#70684C

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

Shades of Crocodile #70684C

Tints of Crocodile #70684C

Color information

#70684C (or 0x70684C) is unknown color: approx Crocodile. HEX triplet: 70, 68 and 4C. RGB value is (112,104,76). Sum of RGB (Red+Green+Blue) = 112+104+76=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70684C is #8F97B3. Grayscale: #676767. Windows color (decimal): -9410484 or 5007472. OLE color: 5007472.

HSL color Cylindrical-coordinate representation of color #70684C: hue angle of 46.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70684C is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB11210476-
CMYK00.070.320.56
HSL46.67º19.15%36.86%-
HSV(B)46.67º32.14%43.92%-
XYZ12.9413.878.83-
YUV103.2112.65134.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=38.36%
G=35.62%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121047600.070.320.5646.6719.1536.86
Hex70684C0720382f1325
Octal160150114074070572345
Binary111000011010001001100011110000011100010111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70684C; }

 p { color: rgb(112,104,76); }

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

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

 a { background-color: rgb(112,104,76); }

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

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

 span { border-color: rgb(112,104,76); }

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