#7BD073

Color #7BD073 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7BD073

Tints of Pastel Green #7BD073

Color information

#7BD073 (or 0x7BD073) is unknown color: approx Pastel Green. HEX triplet: 7B, D0 and 73. RGB value is (123,208,115). Sum of RGB (Red+Green+Blue) = 123+208+115=446 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.58% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD073 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BD073 is #842F8C. Grayscale: #ACACAC. Windows color (decimal): -8662925 or 7590011. OLE color: 7590011.

HSL color Cylindrical-coordinate representation of color #7BD073: hue angle of 114.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BD073 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB123208115-
CMYK0.4100.450.18
HSL114.84º49.73%63.33%-
HSV(B)114.84º44.71%81.57%-
XYZ33.8250.5624.2-
YUV171.9895.8493.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.58%
GREEN value IS 208 (81.64% from 255) = 46.64%
BLUE value IS 115 (45.31% from 255) = 25.78%
R=27.58%
G=46.64%
B=25.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1232081150.4100.450.18114.8449.7363.33
Hex7BD0732902D1273323f
Octal17332016351055221636277
Binary11110111101000011100111010010101101100101110011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,208,115); }

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

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

 a { background-color: rgb(123,208,115); }

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

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

 span { border-color: rgb(123,208,115); }

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