#7CBC81

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

Shades of De York #7CBC81

Tints of De York #7CBC81

Color information

#7CBC81 (or 0x7CBC81) is unknown color: approx De York. HEX triplet: 7C, BC and 81. RGB value is (124,188,129). Sum of RGB (Red+Green+Blue) = 124+188+129=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC81 is #83437E. Grayscale: #A2A2A2. Windows color (decimal): -8602495 or 8502396. OLE color: 8502396.

HSL color Cylindrical-coordinate representation of color #7CBC81: hue angle of 124.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC81 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB124188129-
CMYK0.3400.310.26
HSL124.69º32.32%61.18%-
HSV(B)124.69º34.04%73.73%-
XYZ30.2641.8427.25-
YUV162.14109.3100.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.12%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 129 (50.78% from 255) = 29.25%
R=28.12%
G=42.63%
B=29.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241881290.3400.310.26124.6932.3261.18
Hex7CBC812201F1A7d203d
Octal17427420142037321754075
Binary11111001011110010000001100010011111110101111101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,188,129); }

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

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

 a { background-color: rgb(124,188,129); }

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

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

 span { border-color: rgb(124,188,129); }

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