#759478

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

Shades of Laurel #759478

Tints of Laurel #759478

Color information

#759478 (or 0x759478) is unknown color: approx Laurel. HEX triplet: 75, 94 and 78. RGB value is (117,148,120). Sum of RGB (Red+Green+Blue) = 117+148+120=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #759478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759478 is #8A6B87. Grayscale: #878787. Windows color (decimal): -9071496 or 7902325. OLE color: 7902325.

HSL color Cylindrical-coordinate representation of color #759478: hue angle of 125.81º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759478 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB117148120-
CMYK0.2100.190.42
HSL125.81º12.65%51.96%-
HSV(B)125.81º20.95%58.04%-
XYZ21.3226.3221.73-
YUV135.54119.23114.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=30.39%
G=38.44%
B=31.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171481200.2100.190.42125.8112.6551.96
Hex759478150132A7ed34
Octal16522417025023521761564
Binary11101011001010011110001010101001110101011111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759478; }

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

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

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

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

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

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

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

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