Html Css Color HEX #76C27A De York

📋 copy color: '#76C27A'

red 118 ◦ green 194 ◦ blue 122

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

Shades of De York #76C27A

Tints of De York #76C27A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.7%

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 27.19%
G = 44.7%
B = 28.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#76C27A (or 0x76C27A) is known color: De York. HEX triplet: 76, C2 and 7A. RGB value is (118,194,122). Sum of RGB (Red+Green+Blue) = 118+194+122=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #76C27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C27A is #893D85. Grayscale: #A3A3A3. Windows color (decimal): -8994182 or 8045174. OLE color: 8045174.

HSL color Cylindrical-coordinate representation of color #76C27A: hue angle of 123.16º 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 #76C27A is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 194 122 -
CMYK 0.39 0 0.37 0.24
HSL 123.16º 0.38% 0.61% -
HSV(B) 123.16º 0.39% 0.76% -
XYZ 30.28 43.84 25.28 -
YUV 163.07 104.82 95.85 -
System Red Green Blue C M Y K H S L
Decimal 118 194 122 0.39 0 0.37 0.24 123.16 0.38 0.61
Hex 76 C2 7A 27 0 25 18 7B 26 3D
Octal 166 302 172 47 0 45 30 173 46 75
Binary 1110110 11000010 1111010 100111 0 100101 11000 1111011 100110 111101

Color Harmonies of #76C27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C27A

Black with #76C27A

Text Example


Text Example

White with #76C27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,194,122); }

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

background-color css

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

 a { background-color: rgb(118,194,122); }

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

border-color css

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

 span { border-color: rgb(118,194,122); }

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