#06B830

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

Shades of Dark Pastel Green #06B830

Tints of Dark Pastel Green #06B830

Color information

#06B830 (or 0x06B830) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B8 and 30. RGB value is (6,184,48). Sum of RGB (Red+Green+Blue) = 6+184+48=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 184 (72.27% from 255 or 77.31% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 184 - color contains mainly: green. Hex color #06B830 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B830 is #F947CF. Grayscale: #737373. Windows color (decimal): -16336848 or 3192838. OLE color: 3192838.

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

Color convert

RGB618448-
CMYK0.9700.740.28
HSL134.16º93.68%37.25%-
HSV(B)134.16º96.74%72.16%-
XYZ17.7534.538.53-
YUV115.2790.0350.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.52%
GREEN value IS 184 (72.27% from 255) = 77.31%
BLUE value IS 48 (19.14% from 255) = 20.17%
R=2.52%
G=77.31%
B=20.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6184480.9700.740.28134.1693.6837.25
Hex6B8306104A1C865e25
Octal62706014101123420613645
Binary1101011100011000011000010100101011100100001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,184,48); }

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

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

 a { background-color: rgb(6,184,48); }

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

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

 span { border-color: rgb(6,184,48); }

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