#06BB3E

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

Shades of Dark Pastel Green #06BB3E

Tints of Dark Pastel Green #06BB3E

Color information

#06BB3E (or 0x06BB3E) is unknown color: approx Dark Pastel Green. HEX triplet: 06, BB and 3E. RGB value is (6,187,62). Sum of RGB (Red+Green+Blue) = 6+187+62=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 187 (73.44% from 255 or 73.33% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 187 - color contains mainly: green. Hex color #06BB3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06BB3E is #F944C1. Grayscale: #767676. Windows color (decimal): -16336066 or 4111110. OLE color: 4111110.

HSL color Cylindrical-coordinate representation of color #06BB3E: hue angle of 138.56º 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 #06BB3E is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB618762-
CMYK0.9700.670.27
HSL138.56º93.78%37.84%-
HSV(B)138.56º96.79%73.33%-
XYZ18.7135.9310.51-
YUV118.6396.0347.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 187 (73.44% from 255) = 73.33%
BLUE value IS 62 (24.61% from 255) = 24.31%
R=2.35%
G=73.33%
B=24.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6187620.9700.670.27138.5693.7837.84
Hex6BB3E610431B8b5e26
Octal62737614101033321313646
Binary1101011101111111011000010100001111011100010111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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