Html Css Color HEX #75AD77 Fern

📋 copy color: '#75AD77'

red 117 ◦ green 173 ◦ blue 119

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

Shades of Fern #75AD77

Tints of Fern #75AD77

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.3%

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 28.61%
G = 42.3%
B = 29.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#75AD77 (or 0x75AD77) is known color: Fern. HEX triplet: 75, AD and 77. RGB value is (117,173,119). Sum of RGB (Red+Green+Blue) = 117+173+119=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD77 is #8A5288. Grayscale: #969696. Windows color (decimal): -9065097 or 7843189. OLE color: 7843189.

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

Color convert

RGB 117 173 119 -
CMYK 0.32 0 0.31 0.32
HSL 122.14º 0.25% 0.57% -
HSV(B) 122.14º 0.32% 0.68% -
XYZ 25.61 35 22.86 -
YUV 150.1 110.45 104.39 -
System Red Green Blue C M Y K H S L
Decimal 117 173 119 0.32 0 0.31 0.32 122.14 0.25 0.57
Hex 75 AD 77 20 0 1F 20 7A 19 39
Octal 165 255 167 40 0 37 40 172 31 71
Binary 1110101 10101101 1110111 100000 0 11111 100000 1111010 11001 111001

Color Harmonies of #75AD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD77

Black with #75AD77

Text Example


Text Example

White with #75AD77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,173,119); }

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

background-color css

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

 a { background-color: rgb(117,173,119); }

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

border-color css

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

 span { border-color: rgb(117,173,119); }

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