#6BD072

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

Shades of Pastel Green #6BD072

Tints of Pastel Green #6BD072

Color information

#6BD072 (or 0x6BD072) is unknown color: approx Pastel Green. HEX triplet: 6B, D0 and 72. RGB value is (107,208,114). Sum of RGB (Red+Green+Blue) = 107+208+114=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD072 is #942F8D. Grayscale: #A7A7A7. Windows color (decimal): -9711502 or 7524459. OLE color: 7524459.

HSL color Cylindrical-coordinate representation of color #6BD072: hue angle of 124.16º 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 #6BD072 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB107208114-
CMYK0.4900.450.18
HSL124.16º51.79%61.76%-
HSV(B)124.16º48.56%81.57%-
XYZ31.6649.4523.8-
YUV167.0898.0485.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.94%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=24.94%
G=48.48%
B=26.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072081140.4900.450.18124.1651.7961.76
Hex6BD0723102D127c343e
Octal15332016261055221746476
Binary11010111101000011100101100010101101100101111100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BD072; }

 p { color: rgb(107,208,114); }

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

<style>
 a { background-color: #6BD072; }

 a { background-color: rgb(107,208,114); }

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

<style>
 span { border-color: #6BD072; }

 span { border-color: rgb(107,208,114); }

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