Html Css Color HEX #76BB7D De York

📋 copy color: '#76BB7D'

red 118 ◦ green 187 ◦ blue 125

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

Shades of De York #76BB7D

Tints of De York #76BB7D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.49%

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 27.44%
G = 43.49%
B = 29.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#76BB7D (or 0x76BB7D) is known color: De York. HEX triplet: 76, BB and 7D. RGB value is (118,187,125). Sum of RGB (Red+Green+Blue) = 118+187+125=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BB7D is #894482. Grayscale: #9F9F9F. Windows color (decimal): -8995971 or 8239990. OLE color: 8239990.

HSL color Cylindrical-coordinate representation of color #76BB7D: hue angle of 126.09º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BB7D is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 187 125 -
CMYK 0.37 0 0.33 0.27
HSL 126.09º 0.34% 0.6% -
HSV(B) 126.09º 0.37% 0.73% -
XYZ 28.94 40.87 25.77 -
YUV 159.3 108.64 98.54 -
System Red Green Blue C M Y K H S L
Decimal 118 187 125 0.37 0 0.33 0.27 126.09 0.34 0.6
Hex 76 BB 7D 25 0 21 1B 7E 22 3C
Octal 166 273 175 45 0 41 33 176 42 74
Binary 1110110 10111011 1111101 100101 0 100001 11011 1111110 100010 111100

Color Harmonies of #76BB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BB7D

Black with #76BB7D

Text Example


Text Example

White with #76BB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,187,125); }

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

background-color css

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

 a { background-color: rgb(118,187,125); }

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

border-color css

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

 span { border-color: rgb(118,187,125); }

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