#06BB5D

Color #06BB5D Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #06BB5D

Tints of Pigment Green #06BB5D

Color information

#06BB5D (or 0x06BB5D) is unknown color: approx Pigment Green. HEX triplet: 06, BB and 5D. RGB value is (6,187,93). Sum of RGB (Red+Green+Blue) = 6+187+93=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 187 (73.44% from 255 or 65.38% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 187 - color contains mainly: green. Hex color #06BB5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BB5D is #F944A2. Grayscale: #7A7A7A. Windows color (decimal): -16336035 or 6142726. OLE color: 6142726.

HSL color Cylindrical-coordinate representation of color #06BB5D: hue angle of 148.84º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BB5D is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB618793-
CMYK0.9700.500.27
HSL148.84º93.78%37.84%-
HSV(B)148.84º96.79%73.33%-
XYZ19.8236.3716.33-
YUV122.16111.5345.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.10%
GREEN value IS 187 (73.44% from 255) = 65.38%
BLUE value IS 93 (36.72% from 255) = 32.52%
R=2.10%
G=65.38%
B=32.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6187930.9700.500.27148.8493.7837.84
Hex6BB5D610321B955e26
Octal62731351410623322513646
Binary1101011101110111011100001011001011011100101011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06BB5D; }

 p { color: rgb(6,187,93); }

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

<style>
 a { background-color: #06BB5D; }

 a { background-color: rgb(6,187,93); }

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

<style>
 span { border-color: #06BB5D; }

 span { border-color: rgb(6,187,93); }

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