Html Css Color HEX #76B275 Fern

📋 copy color: '#76B275'

red 118 ◦ green 178 ◦ blue 117

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

Shades of Fern #76B275

Tints of Fern #76B275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.1%

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

R = 28.57%
G = 43.1%
B = 28.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#76B275 (or 0x76B275) is known color: Fern. HEX triplet: 76, B2 and 75. RGB value is (118,178,117). Sum of RGB (Red+Green+Blue) = 118+178+117=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #76B275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76B275 is #894D8A. Grayscale: #999999. Windows color (decimal): -8998283 or 7713398. OLE color: 7713398.

HSL color Cylindrical-coordinate representation of color #76B275: hue angle of 119.02º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B275 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 178 117 -
CMYK 0.34 0 0.34 0.30
HSL 119.02º 0.28% 0.58% -
HSV(B) 119.02º 0.34% 0.7% -
XYZ 26.6 36.98 22.56 -
YUV 153.11 107.62 102.96 -
System Red Green Blue C M Y K H S L
Decimal 118 178 117 0.34 0 0.34 0.30 119.02 0.28 0.58
Hex 76 B2 75 22 0 22 1E 77 1C 3A
Octal 166 262 165 42 0 42 36 167 34 72
Binary 1110110 10110010 1110101 100010 0 100010 11110 1110111 11100 111010

Color Harmonies of #76B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B275

Black with #76B275

Text Example


Text Example

White with #76B275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,178,117); }

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

background-color css

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

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

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

border-color css

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

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

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