#71753A

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

Shades of Crete #71753A

Tints of Crete #71753A

Color information

#71753A (or 0x71753A) is unknown color: approx Crete. HEX triplet: 71, 75 and 3A. RGB value is (113,117,58). Sum of RGB (Red+Green+Blue) = 113+117+58=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #71753A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71753A is #8E8AC5. Grayscale: #6D6D6D. Windows color (decimal): -9341638 or 3831153. OLE color: 3831153.

HSL color Cylindrical-coordinate representation of color #71753A: hue angle of 64.07º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71753A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB11311758-
CMYK0.0300.500.54
HSL64.07º33.71%34.31%-
HSV(B)64.07º50.43%45.88%-
XYZ13.9416.546.46-
YUV109.0899.17130.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.24%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 58 (23.05% from 255) = 20.14%
R=39.24%
G=40.62%
B=20.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113117580.0300.500.5464.0733.7134.31
Hex71753A303236402222
Octal161165723062661004242
Binary111000111101011110101101100101101101000000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71753A; }

 p { color: rgb(113,117,58); }

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

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

 a { background-color: rgb(113,117,58); }

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

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

 span { border-color: rgb(113,117,58); }

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