#06B732

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

Shades of Dark Pastel Green #06B732

Tints of Dark Pastel Green #06B732

Color information

#06B732 (or 0x06B732) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B7 and 32. RGB value is (6,183,50). Sum of RGB (Red+Green+Blue) = 6+183+50=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 183 (71.88% from 255 or 76.57% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 183 - color contains mainly: green. Hex color #06B732 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B732 is #F948CD. Grayscale: #737373. Windows color (decimal): -16337102 or 3323654. OLE color: 3323654.

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

Color convert

RGB618350-
CMYK0.9700.730.28
HSL134.92º93.65%37.06%-
HSV(B)134.92º96.72%71.76%-
XYZ17.5834.148.68-
YUV114.9291.3650.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 183 (71.88% from 255) = 76.57%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=2.51%
G=76.57%
B=20.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6183500.9700.730.28134.9293.6537.06
Hex6B732610491C875e25
Octal62676214101113420713645
Binary1101011011111001011000010100100111100100001111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,183,50); }

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

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

 a { background-color: rgb(6,183,50); }

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

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

 span { border-color: rgb(6,183,50); }

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