#7CBE7E

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

Shades of De York #7CBE7E

Tints of De York #7CBE7E

Color information

#7CBE7E (or 0x7CBE7E) is unknown color: approx De York. HEX triplet: 7C, BE and 7E. RGB value is (124,190,126). Sum of RGB (Red+Green+Blue) = 124+190+126=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBE7E is #834181. Grayscale: #A3A3A3. Windows color (decimal): -8601986 or 8306300. OLE color: 8306300.

HSL color Cylindrical-coordinate representation of color #7CBE7E: hue angle of 121.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBE7E is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB124190126-
CMYK0.3500.340.25
HSL121.82º33.67%61.57%-
HSV(B)121.82º34.74%74.51%-
XYZ30.4942.6226.36-
YUV162.97107.13100.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.18%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 126 (49.61% from 255) = 28.64%
R=28.18%
G=43.18%
B=28.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241901260.3500.340.25121.8233.6761.57
Hex7CBE7E23022197a223e
Octal17427617643042311724276
Binary11111001011111011111101000110100010110011111010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,190,126); }

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

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

 a { background-color: rgb(124,190,126); }

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

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

 span { border-color: rgb(124,190,126); }

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