#75C26C

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

Shades of Fern #75C26C

Tints of Fern #75C26C

Color information

#75C26C (or 0x75C26C) is unknown color: approx Fern. HEX triplet: 75, C2 and 6C. RGB value is (117,194,108). Sum of RGB (Red+Green+Blue) = 117+194+108=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #75C26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C26C is #8A3D93. Grayscale: #A1A1A1. Windows color (decimal): -9059732 or 7127669. OLE color: 7127669.

HSL color Cylindrical-coordinate representation of color #75C26C: hue angle of 113.72º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75C26C is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB117194108-
CMYK0.4000.440.24
HSL113.72º41.35%59.22%-
HSV(B)113.72º44.33%76.08%-
XYZ29.3343.4521.03-
YUV161.1797.9996.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 194 (76.17% from 255) = 46.30%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=27.92%
G=46.30%
B=25.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171941080.4000.440.24113.7241.3559.22
Hex75C26C2802C1872293b
Octal16530215450054301625173
Binary11101011100001011011001010000101100110001110010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,194,108); }

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

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

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

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

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

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

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