Html Css Color HEX #76AF7B Fern

📋 copy color: '#76AF7B'

red 118 ◦ green 175 ◦ blue 123

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

Shades of Fern #76AF7B

Tints of Fern #76AF7B

RGB

 RED value IS 118 (46.48% from 255) = 28.37%

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

 BLUE value IS 123 (48.44% from 255) = 29.57%

R = 28.37%
G = 42.07%
B = 29.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#76AF7B (or 0x76AF7B) is known color: Fern. HEX triplet: 76, AF and 7B. RGB value is (118,175,123). Sum of RGB (Red+Green+Blue) = 118+175+123=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF7B is #895084. Grayscale: #989898. Windows color (decimal): -8999045 or 8105846. OLE color: 8105846.

HSL color Cylindrical-coordinate representation of color #76AF7B: hue angle of 125.26º degrees, saturation: 0.26, 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 #76AF7B is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 175 123 -
CMYK 0.33 0 0.30 0.31
HSL 125.26º 0.26% 0.57% -
HSV(B) 125.26º 0.33% 0.69% -
XYZ 26.38 35.94 24.29 -
YUV 152.03 111.62 103.73 -
System Red Green Blue C M Y K H S L
Decimal 118 175 123 0.33 0 0.30 0.31 125.26 0.26 0.57
Hex 76 AF 7B 21 0 1E 1F 7D 1A 39
Octal 166 257 173 41 0 36 37 175 32 71
Binary 1110110 10101111 1111011 100001 0 11110 11111 1111101 11010 111001

Color Harmonies of #76AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF7B

Black with #76AF7B

Text Example


Text Example

White with #76AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AF7B; }

 p { color: rgb(118,175,123); }

 H1.HeaderClassName
 {
   color: #76AF7B;
 }
 .AnyTagClassName
 {
   color: #76AF7B;
 }
</style>

background-color css

<style>
 a { background-color: #76AF7B; }

 a { background-color: rgb(118,175,123); }

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

border-color css

<style>
 span { border-color: #76AF7B; }

 span { border-color: rgb(118,175,123); }

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