#75C375

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

Shades of Fern #75C375

Tints of Fern #75C375

Color information

#75C375 (or 0x75C375) is unknown color: approx Fern. HEX triplet: 75, C3 and 75. RGB value is (117,195,117). Sum of RGB (Red+Green+Blue) = 117+195+117=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #75C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C375 is #8A3C8A. Grayscale: #A3A3A3. Windows color (decimal): -9059467 or 7717749. OLE color: 7717749.

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

Color convert

RGB117195117-
CMYK0.400.40.24
HSL120º39.39%61.18%-
HSV(B)120º40%76.47%-
XYZ30.0644.123.76-
YUV162.79102.1695.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 195 (76.56% from 255) = 45.45%
BLUE value IS 117 (46.09% from 255) = 27.27%
R=27.27%
G=45.45%
B=27.27%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171951170.400.40.2412039.3961.18
Hex75C375280281878273d
Octal16530316550050301704775
Binary11101011100001111101011010000101000110001111000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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