#06A834

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

Shades of Dark Pastel Green #06A834

Tints of Dark Pastel Green #06A834

Color information

#06A834 (or 0x06A834) is unknown color: approx Dark Pastel Green. HEX triplet: 06, A8 and 34. RGB value is (6,168,52). Sum of RGB (Red+Green+Blue) = 6+168+52=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 168 (66.02% from 255 or 74.34% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 168 - color contains mainly: green. Hex color #06A834 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A834 is #F957CB. Grayscale: #6A6A6A. Windows color (decimal): -16340940 or 3450886. OLE color: 3450886.

HSL color Cylindrical-coordinate representation of color #06A834: hue angle of 137.04º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A834 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB616852-
CMYK0.9600.690.34
HSL137.04º93.1%34.12%-
HSV(B)137.04º96.43%65.88%-
XYZ14.728.297.94-
YUV106.3497.3356.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 168 (66.02% from 255) = 74.34%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=2.65%
G=74.34%
B=23.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal6168520.9600.690.34137.0493.134.12
Hex6A8346004522895d22
Octal62506414001054221113542
Binary11010101000110100110000001000101100010100010011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,168,52); }

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

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

 a { background-color: rgb(6,168,52); }

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

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

 span { border-color: rgb(6,168,52); }

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