Html Css Color HEX #75AF77 Fern

📋 copy color: '#75AF77'

red 117 ◦ green 175 ◦ blue 119

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

Shades of Fern #75AF77

Tints of Fern #75AF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

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

R = 28.47%
G = 42.58%
B = 28.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#75AF77 (or 0x75AF77) is known color: Fern. HEX triplet: 75, AF and 77. RGB value is (117,175,119). Sum of RGB (Red+Green+Blue) = 117+175+119=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF77 is #8A5088. Grayscale: #979797. Windows color (decimal): -9064585 or 7843701. OLE color: 7843701.

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

Color convert

RGB 117 175 119 -
CMYK 0.33 0 0.32 0.31
HSL 122.07º 0.27% 0.57% -
HSV(B) 122.07º 0.33% 0.69% -
XYZ 26 35.77 22.99 -
YUV 151.27 109.78 103.55 -
System Red Green Blue C M Y K H S L
Decimal 117 175 119 0.33 0 0.32 0.31 122.07 0.27 0.57
Hex 75 AF 77 21 0 20 1F 7A 1B 39
Octal 165 257 167 41 0 40 37 172 33 71
Binary 1110101 10101111 1110111 100001 0 100000 11111 1111010 11011 111001

Color Harmonies of #75AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF77

Black with #75AF77

Text Example


Text Example

White with #75AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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