#75B77A

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

Shades of Fern #75B77A

Tints of Fern #75B77A

Color information

#75B77A (or 0x75B77A) is unknown color: approx Fern. HEX triplet: 75, B7 and 7A. RGB value is (117,183,122). Sum of RGB (Red+Green+Blue) = 117+183+122=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 183 - color contains mainly: green. Hex color #75B77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B77A is #8A4885. Grayscale: #9C9C9C. Windows color (decimal): -9062534 or 8042357. OLE color: 8042357.

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

Color convert

RGB117183122-
CMYK0.3600.330.28
HSL124.55º31.43%58.82%-
HSV(B)124.55º36.07%71.76%-
XYZ27.7839.0524.49-
YUV156.31108.6399.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.73%
GREEN value IS 183 (71.88% from 255) = 43.36%
BLUE value IS 122 (48.05% from 255) = 28.91%
R=27.73%
G=43.36%
B=28.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171831220.3600.330.28124.5531.4358.82
Hex75B77A240211C7d1f3b
Octal16526717244041341753773
Binary1110101101101111111010100100010000111100111110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,183,122); }

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

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

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

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

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

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

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