Html Css Color HEX #75AD75 Fern

📋 copy color: '#75AD75'

red 117 ◦ green 173 ◦ blue 117

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

Shades of Fern #75AD75

Tints of Fern #75AD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 28.75%
G = 42.51%
B = 28.75%

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

#75AD75 (or 0x75AD75) is known color: Fern. HEX triplet: 75, AD and 75. RGB value is (117,173,117). Sum of RGB (Red+Green+Blue) = 117+173+117=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD75 is #8A528A. Grayscale: #969696. Windows color (decimal): -9065099 or 7712117. OLE color: 7712117.

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

Color convert

RGB 117 173 117 -
CMYK 0.32 0 0.32 0.32
HSL 120º 0.25% 0.57% -
HSV(B) 120º 0.32% 0.68% -
XYZ 25.49 34.95 22.23 -
YUV 149.87 109.45 104.55 -
System Red Green Blue C M Y K H S L
Decimal 117 173 117 0.32 0 0.32 0.32 120 0.25 0.57
Hex 75 AD 75 20 0 20 20 78 19 39
Octal 165 255 165 40 0 40 40 170 31 71
Binary 1110101 10101101 1110101 100000 0 100000 100000 1111000 11001 111001

Color Harmonies of #75AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD75

Black with #75AD75

Text Example


Text Example

White with #75AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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