Html Css Color HEX #77AF75 Fern

📋 copy color: '#77AF75'

red 119 ◦ green 175 ◦ blue 117

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

Shades of Fern #77AF75

Tints of Fern #77AF75

RGB

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

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

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

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

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

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

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

Color convert

RGB 119 175 117 -
CMYK 0.32 0 0.33 0.31
HSL 117.93º 0.27% 0.57% -
HSV(B) 117.93º 0.33% 0.69% -
XYZ 26.15 35.87 22.37 -
YUV 151.64 108.45 104.72 -
System Red Green Blue C M Y K H S L
Decimal 119 175 117 0.32 0 0.33 0.31 117.93 0.27 0.57
Hex 77 AF 75 20 0 21 1F 76 1B 39
Octal 167 257 165 40 0 41 37 166 33 71
Binary 1110111 10101111 1110101 100000 0 100001 11111 1110110 11011 111001

Color Harmonies of #77AF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AF75

Black with #77AF75

Text Example


Text Example

White with #77AF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77AF75; }

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

 H1.HeaderClassName
 {
   color: #77AF75;
 }
 .AnyTagClassName
 {
   color: #77AF75;
 }
</style>

background-color css

<style>
 a { background-color: #77AF75; }

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

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

border-color css

<style>
 span { border-color: #77AF75; }

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

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