Html Css Color HEX #06B449 Dark Pastel Green

📋 copy color: '#06B449'

red 6 ◦ green 180 ◦ blue 73

#06B449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #06B449

Tints of Dark Pastel Green #06B449

RGB

 RED value IS 6 (2.73% from 255) = 2.32%

 GREEN value IS 180 (70.7% from 255) = 69.5%

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 2.32%
G = 69.5%
B = 28.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#06B449 (or 0x06B449) is known color: Dark Pastel Green. HEX triplet: 06, B4 and 49. RGB value is (6,180,73). Sum of RGB (Red+Green+Blue) = 6+180+73=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 180 (70.70% from 255 or 69.50% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 180 - color contains mainly: green. Hex color #06B449 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B449 is #F94BB6. Grayscale: #747474. Windows color (decimal): -16337847 or 4830214. OLE color: 4830214.

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

Color convert

RGB 6 180 73 -
CMYK 0.97 0 0.59 0.29
HSL 143.1º 0.94% 0.36% -
HSV(B) 143.1º 0.97% 0.71% -
XYZ 17.6 33.16 11.78 -
YUV 115.78 103.85 49.7 -
System Red Green Blue C M Y K H S L
Decimal 6 180 73 0.97 0 0.59 0.29 143.1 0.94 0.36
Hex 6 B4 49 61 0 3B 1D 8F 5E 24
Octal 6 264 111 141 0 73 35 217 136 44
Binary 110 10110100 1001001 1100001 0 111011 11101 10001111 1011110 100100

Color Harmonies of #06B449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B449

Black with #06B449

Text Example


Text Example

White with #06B449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,180,73); }

 H1.HeaderClassName
 {
   color: #06B449;
 }
 .AnyTagClassName
 {
   color: #06B449;
 }
</style>

background-color css

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

 a { background-color: rgb(6,180,73); }

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

border-color css

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

 span { border-color: rgb(6,180,73); }

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