#76BF7B

Color #76BF7B De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #76BF7B

Tints of De York #76BF7B

Color information

#76BF7B (or 0x76BF7B) is unknown color: approx De York. HEX triplet: 76, BF and 7B. RGB value is (118,191,123). Sum of RGB (Red+Green+Blue) = 118+191+123=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF7B is #894084. Grayscale: #A1A1A1. Windows color (decimal): -8994949 or 8109942. OLE color: 8109942.

HSL color Cylindrical-coordinate representation of color #76BF7B: hue angle of 124.11º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BF7B is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB118191123-
CMYK0.3800.360.25
HSL124.11º36.32%60.59%-
HSV(B)124.11º38.22%74.9%-
XYZ29.6842.5425.39-
YUV161.42106.3297.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 191 (75% from 255) = 44.21%
BLUE value IS 123 (48.44% from 255) = 28.47%
R=27.31%
G=44.21%
B=28.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181911230.3800.360.25124.1136.3260.59
Hex76BF7B26024197c243d
Octal16627717346044311744475
Binary11101101011111111110111001100100100110011111100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,191,123); }

 H1.HeaderClassName
 {
   color: #76BF7B;
 }
 .AnyTagClassName
 {
   color: #76BF7B;
 }
</style>
background-color css

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

 a { background-color: rgb(118,191,123); }

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

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

 span { border-color: rgb(118,191,123); }

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