#76CB6B

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

Shades of Pastel Green #76CB6B

Tints of Pastel Green #76CB6B

Color information

#76CB6B (or 0x76CB6B) is unknown color: approx Pastel Green. HEX triplet: 76, CB and 6B. RGB value is (118,203,107). Sum of RGB (Red+Green+Blue) = 118+203+107=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB6B is #893494. Grayscale: #A6A6A6. Windows color (decimal): -8991893 or 7064438. OLE color: 7064438.

HSL color Cylindrical-coordinate representation of color #76CB6B: hue angle of 113.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76CB6B is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB118203107-
CMYK0.4200.470.20
HSL113.12º48%60.78%-
HSV(B)113.12º47.29%79.61%-
XYZ31.4847.6221.44-
YUV166.6494.3493.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.57%
GREEN value IS 203 (79.69% from 255) = 47.43%
BLUE value IS 107 (42.19% from 255) = 25%
R=27.57%
G=47.43%
B=25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182031070.4200.470.20113.124860.78
Hex76CB6B2A02F1471303d
Octal16631315352057241616075
Binary11101101100101111010111010100101111101001110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76CB6B; }

 p { color: rgb(118,203,107); }

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

<style>
 a { background-color: #76CB6B; }

 a { background-color: rgb(118,203,107); }

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

<style>
 span { border-color: #76CB6B; }

 span { border-color: rgb(118,203,107); }

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