#7bcd91

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

Shades of De York #7BCD91

Tints of De York #7BCD91

Color information

#7BCD91 (or 0x7BCD91) is unknown color: approx De York. HEX triplet: 7B, CD and 91. RGB value is (123,205,145). Sum of RGB (Red+Green+Blue) = 123+205+145=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCD91 is #84326E. Grayscale: #ADADAD. Windows color (decimal): -8663663 or 9555323. OLE color: 9555323.

HSL color Cylindrical-coordinate representation of color #7BCD91: hue angle of 136.1º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCD91 is Cyan = 0.4, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB123205145-
CMYK0.400.290.20
HSL136.1º45.05%64.31%-
HSV(B)136.1º40%80.39%-
XYZ35.1149.9234.57-
YUV173.64111.8391.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.00%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 145 (57.03% from 255) = 30.66%
R=26.00%
G=43.34%
B=30.66%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1232051450.400.290.20136.145.0564.31
Hex7BCD912801D14882d40
Octal173315221500352421055100
Binary1111011110011011001000110100001110110100100010001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bcd91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7bcd91; }

 p { color: rgb(123,205,145); }

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

<style>
 a { background-color: #7bcd91; }

 a { background-color: rgb(123,205,145); }

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

<style>
 span { border-color: #7bcd91; }

 span { border-color: rgb(123,205,145); }

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