#757230

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

Shades of Crete #757230

Tints of Crete #757230

Color information

#757230 (or 0x757230) is unknown color: approx Crete. HEX triplet: 75, 72 and 30. RGB value is (117,114,48). Sum of RGB (Red+Green+Blue) = 117+114+48=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #757230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757230 is #8A8DCF. Grayscale: #6B6B6B. Windows color (decimal): -9080272 or 3175029. OLE color: 3175029.

HSL color Cylindrical-coordinate representation of color #757230: hue angle of 57.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #757230 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB11711448-
CMYK00.030.590.54
HSL57.39º41.82%32.35%-
HSV(B)57.39º58.97%45.88%-
XYZ13.8916.035.16-
YUV107.3794.49134.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=41.94%
G=40.86%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171144800.030.590.5457.3941.8232.35
Hex757230033B36392a20
Octal16516260037366715240
Binary11101011110010110000011111011110110111001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757230; }

 p { color: rgb(117,114,48); }

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

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

 a { background-color: rgb(117,114,48); }

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

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

 span { border-color: rgb(117,114,48); }

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