#7BCB70

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

Shades of Pastel Green #7BCB70

Tints of Pastel Green #7BCB70

Color information

#7BCB70 (or 0x7BCB70) is unknown color: approx Pastel Green. HEX triplet: 7B, CB and 70. RGB value is (123,203,112). Sum of RGB (Red+Green+Blue) = 123+203+112=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCB70 is #84348F. Grayscale: #A8A8A8. Windows color (decimal): -8664208 or 7392123. OLE color: 7392123.

HSL color Cylindrical-coordinate representation of color #7BCB70: hue angle of 112.75º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BCB70 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB123203112-
CMYK0.3900.450.20
HSL112.75º46.67%61.76%-
HSV(B)112.75º44.83%79.61%-
XYZ32.4548.0922.9-
YUV168.719695.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.08%
GREEN value IS 203 (79.69% from 255) = 46.35%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=28.08%
G=46.35%
B=25.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1232031120.3900.450.20112.7546.6761.76
Hex7BCB702702D14712f3e
Octal17331316047055241615776
Binary11110111100101111100001001110101101101001110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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