#75AC74

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

Shades of Fern #75AC74

Tints of Fern #75AC74

Color information

#75AC74 (or 0x75AC74) is unknown color: approx Fern. HEX triplet: 75, AC and 74. RGB value is (117,172,116). Sum of RGB (Red+Green+Blue) = 117+172+116=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AC74 is #8A538B. Grayscale: #959595. Windows color (decimal): -9065356 or 7646325. OLE color: 7646325.

HSL color Cylindrical-coordinate representation of color #75AC74: hue angle of 118.93º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AC74 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB117172116-
CMYK0.3200.330.33
HSL118.93º25.23%56.47%-
HSV(B)118.93º32.56%67.45%-
XYZ25.2434.5521.86-
YUV149.17109.28105.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.89%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=28.89%
G=42.47%
B=28.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171721160.3200.330.33118.9325.2356.47
Hex75AC742002121771938
Octal16525416440041411673170
Binary11101011010110011101001000000100001100001111011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,172,116); }

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

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

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

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

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

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

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