Html Css Color HEX #76B97D Fern

📋 copy color: '#76B97D'

red 118 ◦ green 185 ◦ blue 125

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

Shades of Fern #76B97D

Tints of Fern #76B97D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 27.57%
G = 43.22%
B = 29.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#76B97D (or 0x76B97D) is known color: Fern. HEX triplet: 76, B9 and 7D. RGB value is (118,185,125). Sum of RGB (Red+Green+Blue) = 118+185+125=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #76B97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B97D is #894682. Grayscale: #9E9E9E. Windows color (decimal): -8996483 or 8239478. OLE color: 8239478.

HSL color Cylindrical-coordinate representation of color #76B97D: hue angle of 126.27º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76B97D is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 185 125 -
CMYK 0.36 0 0.32 0.27
HSL 126.27º 0.32% 0.59% -
HSV(B) 126.27º 0.36% 0.73% -
XYZ 28.52 40.03 25.63 -
YUV 158.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 118 185 125 0.36 0 0.32 0.27 126.27 0.32 0.59
Hex 76 B9 7D 24 0 20 1B 7E 20 3B
Octal 166 271 175 44 0 40 33 176 40 73
Binary 1110110 10111001 1111101 100100 0 100000 11011 1111110 100000 111011

Color Harmonies of #76B97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B97D

Black with #76B97D

Text Example


Text Example

White with #76B97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,185,125); }

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

background-color css

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

 a { background-color: rgb(118,185,125); }

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

border-color css

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

 span { border-color: rgb(118,185,125); }

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