#75783E

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

Shades of Crete #75783E

Tints of Crete #75783E

Color information

#75783E (or 0x75783E) is unknown color: approx Crete. HEX triplet: 75, 78 and 3E. RGB value is (117,120,62). Sum of RGB (Red+Green+Blue) = 117+120+62=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #75783E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75783E is #8A87C1. Grayscale: #707070. Windows color (decimal): -9078722 or 4094069. OLE color: 4094069.

HSL color Cylindrical-coordinate representation of color #75783E: hue angle of 63.1º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75783E is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB11712062-
CMYK0.0200.480.53
HSL63.1º31.87%35.69%-
HSV(B)63.1º48.33%47.06%-
XYZ14.9217.567.16-
YUV112.4999.51131.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 62 (24.61% from 255) = 20.74%
R=39.13%
G=40.13%
B=20.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120620.0200.480.5363.131.8735.69
Hex75783E2030353f2024
Octal16517076206065774044
Binary11101011111000111110100110000110101111111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75783E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75783E; }

 p { color: rgb(117,120,62); }

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

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

 a { background-color: rgb(117,120,62); }

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

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

 span { border-color: rgb(117,120,62); }

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