Html Css Color HEX #75AD76 Fern

📋 copy color: '#75AD76'

red 117 ◦ green 173 ◦ blue 118

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

Shades of Fern #75AD76

Tints of Fern #75AD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.92%

R = 28.68%
G = 42.4%
B = 28.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#75AD76 (or 0x75AD76) is known color: Fern. HEX triplet: 75, AD and 76. RGB value is (117,173,118). Sum of RGB (Red+Green+Blue) = 117+173+118=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD76 is #8A5289. Grayscale: #969696. Windows color (decimal): -9065098 or 7777653. OLE color: 7777653.

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

Color convert

RGB 117 173 118 -
CMYK 0.32 0 0.32 0.32
HSL 121.07º 0.25% 0.57% -
HSV(B) 121.07º 0.32% 0.68% -
XYZ 25.55 34.98 22.54 -
YUV 149.99 109.95 104.47 -
System Red Green Blue C M Y K H S L
Decimal 117 173 118 0.32 0 0.32 0.32 121.07 0.25 0.57
Hex 75 AD 76 20 0 20 20 79 19 39
Octal 165 255 166 40 0 40 40 171 31 71
Binary 1110101 10101101 1110110 100000 0 100000 100000 1111001 11001 111001

Color Harmonies of #75AD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD76

Black with #75AD76

Text Example


Text Example

White with #75AD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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