Html Css Color HEX #76C374 De York

📋 copy color: '#76C374'

red 118 ◦ green 195 ◦ blue 116

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

Shades of De York #76C374

Tints of De York #76C374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.45%

 BLUE value IS 116 (45.7% from 255) = 27.04%

R = 27.51%
G = 45.45%
B = 27.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#76C374 (or 0x76C374) is known color: De York. HEX triplet: 76, C3 and 74. RGB value is (118,195,116). Sum of RGB (Red+Green+Blue) = 118+195+116=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #76C374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C374 is #893C8B. Grayscale: #A3A3A3. Windows color (decimal): -8993932 or 7652214. OLE color: 7652214.

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

Color convert

RGB 118 195 116 -
CMYK 0.39 0 0.41 0.24
HSL 118.48º 0.4% 0.61% -
HSV(B) 118.48º 0.41% 0.76% -
XYZ 30.14 44.14 23.45 -
YUV 162.97 101.49 95.92 -
System Red Green Blue C M Y K H S L
Decimal 118 195 116 0.39 0 0.41 0.24 118.48 0.4 0.61
Hex 76 C3 74 27 0 29 18 76 28 3D
Octal 166 303 164 47 0 51 30 166 50 75
Binary 1110110 11000011 1110100 100111 0 101001 11000 1110110 101000 111101

Color Harmonies of #76C374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C374

Black with #76C374

Text Example


Text Example

White with #76C374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,195,116); }

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

background-color css

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

 a { background-color: rgb(118,195,116); }

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

border-color css

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

 span { border-color: rgb(118,195,116); }

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