#759C75

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

Shades of Laurel #759C75

Tints of Laurel #759C75

Color information

#759C75 (or 0x759C75) is unknown color: approx Laurel. HEX triplet: 75, 9C and 75. RGB value is (117,156,117). Sum of RGB (Red+Green+Blue) = 117+156+117=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #759C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C75 is #8A638A. Grayscale: #8C8C8C. Windows color (decimal): -9069451 or 7707765. OLE color: 7707765.

HSL color Cylindrical-coordinate representation of color #759C75: hue angle of 120º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759C75 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB117156117-
CMYK0.2500.250.39
HSL120º16.46%53.53%-
HSV(B)120º25%61.18%-
XYZ22.4428.8421.21-
YUV139.89115.08111.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 30%
R=30%
G=40%
B=30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171561170.2500.250.3912016.4653.53
Hex759C751901927781036
Octal16523416531031471702066
Binary111010110011100111010111001011001100111111100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759C75; }

 p { color: rgb(117,156,117); }

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

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

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

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

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

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

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