#75B67C

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

Shades of Fern #75B67C

Tints of Fern #75B67C

Color information

#75B67C (or 0x75B67C) is unknown color: approx Fern. HEX triplet: 75, B6 and 7C. RGB value is (117,182,124). Sum of RGB (Red+Green+Blue) = 117+182+124=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #75B67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B67C is #8A4983. Grayscale: #9C9C9C. Windows color (decimal): -9062788 or 8173173. OLE color: 8173173.

HSL color Cylindrical-coordinate representation of color #75B67C: hue angle of 126.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B67C is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB117182124-
CMYK0.3600.320.29
HSL126.46º30.81%58.63%-
HSV(B)126.46º35.71%71.37%-
XYZ27.738.6925.08-
YUV155.95109.97100.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 182 (71.48% from 255) = 43.03%
BLUE value IS 124 (48.83% from 255) = 29.31%
R=27.66%
G=43.03%
B=29.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171821240.3600.320.29126.4630.8158.63
Hex75B67C240201D7e1f3b
Octal16526617444040351763773
Binary1110101101101101111100100100010000011101111111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75B67C; }

 p { color: rgb(117,182,124); }

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

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

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

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

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

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

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