#71733A

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

Shades of Crete #71733A

Tints of Crete #71733A

Color information

#71733A (or 0x71733A) is unknown color: approx Crete. HEX triplet: 71, 73 and 3A. RGB value is (113,115,58). Sum of RGB (Red+Green+Blue) = 113+115+58=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #71733A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71733A is #8E8CC5. Grayscale: #6C6C6C. Windows color (decimal): -9342150 or 3830641. OLE color: 3830641.

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

Color convert

RGB11311558-
CMYK0.0200.500.55
HSL62.11º32.95%33.92%-
HSV(B)62.11º49.57%45.1%-
XYZ13.716.086.38-
YUV107.999.84131.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=39.51%
G=40.21%
B=20.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115580.0200.500.5562.1132.9533.92
Hex71733A2032373e2122
Octal16116372206267764142
Binary11100011110011111010100110010110111111110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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