#75B673

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

Shades of Fern #75B673

Tints of Fern #75B673

Color information

#75B673 (or 0x75B673) is unknown color: approx Fern. HEX triplet: 75, B6 and 73. RGB value is (117,182,115). Sum of RGB (Red+Green+Blue) = 117+182+115=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 182 - color contains mainly: green. Hex color #75B673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B673 is #8A498C. Grayscale: #9B9B9B. Windows color (decimal): -9062797 or 7583349. OLE color: 7583349.

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

Color convert

RGB117182115-
CMYK0.3600.370.29
HSL118.21º31.46%58.24%-
HSV(B)118.21º36.81%71.37%-
XYZ27.1638.4822.21-
YUV154.93105.47100.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.26%
GREEN value IS 182 (71.48% from 255) = 43.96%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=28.26%
G=43.96%
B=27.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171821150.3600.370.29118.2131.4658.24
Hex75B673240251D761f3a
Octal16526616344045351663772
Binary1110101101101101110011100100010010111101111011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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