#75B77B

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

Shades of Fern #75B77B

Tints of Fern #75B77B

Color information

#75B77B (or 0x75B77B) is unknown color: approx Fern. HEX triplet: 75, B7 and 7B. RGB value is (117,183,123). Sum of RGB (Red+Green+Blue) = 117+183+123=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #75B77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B77B is #8A4884. Grayscale: #9C9C9C. Windows color (decimal): -9062533 or 8107893. OLE color: 8107893.

HSL color Cylindrical-coordinate representation of color #75B77B: hue angle of 125.45º 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 #75B77B is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB117183123-
CMYK0.3600.330.28
HSL125.45º31.43%58.82%-
HSV(B)125.45º36.07%71.76%-
XYZ27.8439.0824.81-
YUV156.43109.1399.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 183 (71.88% from 255) = 43.26%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=27.66%
G=43.26%
B=29.08%

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
Decimal1171831230.3600.330.28125.4531.4358.82
Hex75B77B240211C7d1f3b
Octal16526717344041341753773
Binary1110101101101111111011100100010000111100111110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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