#7BC970

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

Shades of Pastel Green #7BC970

Tints of Pastel Green #7BC970

Color information

#7BC970 (or 0x7BC970) is unknown color: approx Pastel Green. HEX triplet: 7B, C9 and 70. RGB value is (123,201,112). Sum of RGB (Red+Green+Blue) = 123+201+112=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC970 is #84368F. Grayscale: #A7A7A7. Windows color (decimal): -8664720 or 7391611. OLE color: 7391611.

HSL color Cylindrical-coordinate representation of color #7BC970: hue angle of 112.58º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BC970 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB123201112-
CMYK0.3900.440.21
HSL112.58º45.18%61.37%-
HSV(B)112.58º44.28%78.82%-
XYZ31.9847.1522.75-
YUV167.5396.6696.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.21%
GREEN value IS 201 (78.91% from 255) = 46.10%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=28.21%
G=46.10%
B=25.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1232011120.3900.440.21112.5845.1861.37
Hex7BC9702702C15712d3d
Octal17331116047054251615575
Binary11110111100100111100001001110101100101011110001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,201,112); }

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

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

 a { background-color: rgb(123,201,112); }

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

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

 span { border-color: rgb(123,201,112); }

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