#06B634

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

Shades of Dark Pastel Green #06B634

Tints of Dark Pastel Green #06B634

Color information

#06B634 (or 0x06B634) is unknown color: approx Dark Pastel Green. HEX triplet: 06, B6 and 34. RGB value is (6,182,52). Sum of RGB (Red+Green+Blue) = 6+182+52=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 182 (71.48% from 255 or 75.83% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 182 - color contains mainly: green. Hex color #06B634 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B634 is #F949CB. Grayscale: #727272. Windows color (decimal): -16337356 or 3454470. OLE color: 3454470.

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

Color convert

RGB618252-
CMYK0.9700.710.29
HSL135.68º93.62%36.86%-
HSV(B)135.68º96.7%71.37%-
XYZ17.4233.748.84-
YUV114.5692.6950.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 182 (71.48% from 255) = 75.83%
BLUE value IS 52 (20.70% from 255) = 21.67%
R=2.5%
G=75.83%
B=21.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6182520.9700.710.29135.6893.6236.86
Hex6B634610471D885e25
Octal62666414101073521013645
Binary1101011011011010011000010100011111101100010001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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