#73c07f

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

Shades of De York #73C07F

Tints of De York #73C07F

Color information

#73C07F (or 0x73C07F) is unknown color: approx De York. HEX triplet: 73, C0 and 7F. RGB value is (115,192,127). Sum of RGB (Red+Green+Blue) = 115+192+127=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #73C07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73C07F is #8C3F80. Grayscale: #A1A1A1. Windows color (decimal): -9191297 or 8372339. OLE color: 8372339.

HSL color Cylindrical-coordinate representation of color #73C07F: hue angle of 129.35º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C07F is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB115192127-
CMYK0.4000.340.25
HSL129.35º37.93%60.2%-
HSV(B)129.35º40.1%75.29%-
XYZ29.7542.8826.79-
YUV161.57108.4994.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.50%
GREEN value IS 192 (75.39% from 255) = 44.24%
BLUE value IS 127 (50% from 255) = 29.26%
R=26.50%
G=44.24%
B=29.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151921270.4000.340.25129.3537.9360.2
Hex73C07F280221981263c
Octal16330017750042312014674
Binary111001111000000111111110100001000101100110000001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73c07f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73c07f; }

 p { color: rgb(115,192,127); }

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

<style>
 a { background-color: #73c07f; }

 a { background-color: rgb(115,192,127); }

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

<style>
 span { border-color: #73c07f; }

 span { border-color: rgb(115,192,127); }

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