#7BD06A

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

Shades of Pastel Green #7BD06A

Tints of Pastel Green #7BD06A

Color information

#7BD06A (or 0x7BD06A) is unknown color: approx Pastel Green. HEX triplet: 7B, D0 and 6A. RGB value is (123,208,106). Sum of RGB (Red+Green+Blue) = 123+208+106=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BD06A is #842F95. Grayscale: #ABABAB. Windows color (decimal): -8662934 or 7000187. OLE color: 7000187.

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

Color convert

RGB123208106-
CMYK0.4100.490.18
HSL110º52.04%61.57%-
HSV(B)110º49.04%81.57%-
XYZ33.3350.3621.6-
YUV170.9691.3493.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.15%
GREEN value IS 208 (81.64% from 255) = 47.60%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=28.15%
G=47.60%
B=24.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1232081060.4100.490.1811052.0461.57
Hex7BD06A29031126e343e
Octal17332015251061221566476
Binary11110111101000011010101010010110001100101101110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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