Html Css Color HEX #75B77D Fern

📋 copy color: '#75B77D'

red 117 ◦ green 183 ◦ blue 125

#75B77D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #75B77D

Tints of Fern #75B77D

RGB

 RED value IS 117 (46.09% from 255) = 27.53%

 GREEN value IS 183 (71.88% from 255) = 43.06%

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 27.53%
G = 43.06%
B = 29.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#75B77D (or 0x75B77D) is known color: Fern. HEX triplet: 75, B7 and 7D. RGB value is (117,183,125). Sum of RGB (Red+Green+Blue) = 117+183+125=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #75B77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B77D is #8A4882. Grayscale: #9C9C9C. Windows color (decimal): -9062531 or 8238965. OLE color: 8238965.

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

Color convert

RGB 117 183 125 -
CMYK 0.36 0 0.32 0.28
HSL 127.27º 0.31% 0.59% -
HSV(B) 127.27º 0.36% 0.72% -
XYZ 27.97 39.13 25.48 -
YUV 156.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 117 183 125 0.36 0 0.32 0.28 127.27 0.31 0.59
Hex 75 B7 7D 24 0 20 1C 7F 1F 3B
Octal 165 267 175 44 0 40 34 177 37 73
Binary 1110101 10110111 1111101 100100 0 100000 11100 1111111 11111 111011

Color Harmonies of #75B77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B77D

Black with #75B77D

Text Example


Text Example

White with #75B77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75B77D;
 }
 .AnyTagClassName
 {
   color: #75B77D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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