#757730

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

Shades of Crete #757730

Tints of Crete #757730

Color information

#757730 (or 0x757730) is unknown color: approx Crete. HEX triplet: 75, 77 and 30. RGB value is (117,119,48). Sum of RGB (Red+Green+Blue) = 117+119+48=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #757730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757730 is #8A88CF. Grayscale: #6E6E6E. Windows color (decimal): -9078992 or 3176309. OLE color: 3176309.

HSL color Cylindrical-coordinate representation of color #757730: hue angle of 61.69º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #757730 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB11711948-
CMYK0.0200.600.53
HSL61.69º42.51%32.75%-
HSV(B)61.69º59.66%46.67%-
XYZ14.4717.195.35-
YUV110.3192.84132.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 48 (19.14% from 255) = 16.90%
R=41.20%
G=41.90%
B=16.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119480.0200.600.5361.6942.5132.75
Hex757730203C353e2b21
Octal16516760207465765341
Binary11101011110111110000100111100110101111110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757730; }

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

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

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

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

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

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

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

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