Html Css Color HEX #76C47F De York

📋 copy color: '#76C47F'

red 118 ◦ green 196 ◦ blue 127

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

Shades of De York #76C47F

Tints of De York #76C47F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.44%

 BLUE value IS 127 (50% from 255) = 28.8%

R = 26.76%
G = 44.44%
B = 28.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#76C47F (or 0x76C47F) is known color: De York. HEX triplet: 76, C4 and 7F. RGB value is (118,196,127). Sum of RGB (Red+Green+Blue) = 118+196+127=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 196 - color contains mainly: green. Hex color #76C47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C47F is #893B80. Grayscale: #A5A5A5. Windows color (decimal): -8993665 or 8373366. OLE color: 8373366.

HSL color Cylindrical-coordinate representation of color #76C47F: hue angle of 126.92º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C47F is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 196 127 -
CMYK 0.40 0 0.35 0.23
HSL 126.92º 0.4% 0.62% -
HSV(B) 126.92º 0.4% 0.77% -
XYZ 31.04 44.86 27.1 -
YUV 164.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 118 196 127 0.40 0 0.35 0.23 126.92 0.4 0.62
Hex 76 C4 7F 28 0 23 17 7F 28 3E
Octal 166 304 177 50 0 43 27 177 50 76
Binary 1110110 11000100 1111111 101000 0 100011 10111 1111111 101000 111110

Color Harmonies of #76C47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C47F

Black with #76C47F

Text Example


Text Example

White with #76C47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,196,127); }

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

background-color css

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

 a { background-color: rgb(118,196,127); }

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

border-color css

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

 span { border-color: rgb(118,196,127); }

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