#759C74

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

Shades of Laurel #759C74

Tints of Laurel #759C74

Color information

#759C74 (or 0x759C74) is unknown color: approx Laurel. HEX triplet: 75, 9C and 74. RGB value is (117,156,116). Sum of RGB (Red+Green+Blue) = 117+156+116=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #759C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C74 is #8A638B. Grayscale: #8B8B8B. Windows color (decimal): -9069452 or 7642229. OLE color: 7642229.

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

Color convert

RGB117156116-
CMYK0.2500.260.39
HSL118.5º16.81%53.33%-
HSV(B)118.5º25.64%61.18%-
XYZ22.3828.8220.91-
YUV139.78114.58111.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=30.08%
G=40.10%
B=29.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171561160.2500.260.39118.516.8153.33
Hex759C741901A27761135
Octal16523416431032471662165
Binary111010110011100111010011001011010100111111011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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