Html Css Color HEX #76C17F De York

📋 copy color: '#76C17F'

red 118 ◦ green 193 ◦ blue 127

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

Shades of De York #76C17F

Tints of De York #76C17F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.06%

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

R = 26.94%
G = 44.06%
B = 29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#76C17F (or 0x76C17F) is known color: De York. HEX triplet: 76, C1 and 7F. RGB value is (118,193,127). Sum of RGB (Red+Green+Blue) = 118+193+127=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #76C17F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C17F is #893E80. Grayscale: #A3A3A3. Windows color (decimal): -8994433 or 8372598. OLE color: 8372598.

HSL color Cylindrical-coordinate representation of color #76C17F: hue angle of 127.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C17F is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 193 127 -
CMYK 0.39 0 0.34 0.24
HSL 127.2º 0.38% 0.61% -
HSV(B) 127.2º 0.39% 0.76% -
XYZ 30.37 43.52 26.88 -
YUV 163.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 118 193 127 0.39 0 0.34 0.24 127.2 0.38 0.61
Hex 76 C1 7F 27 0 22 18 7F 26 3D
Octal 166 301 177 47 0 42 30 177 46 75
Binary 1110110 11000001 1111111 100111 0 100010 11000 1111111 100110 111101

Color Harmonies of #76C17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C17F

Black with #76C17F

Text Example


Text Example

White with #76C17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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