Html Css Color HEX #06B540 Dark Pastel Green

📋 copy color: '#06B540'

red 6 ◦ green 181 ◦ blue 64

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

Shades of Dark Pastel Green #06B540

Tints of Dark Pastel Green #06B540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 72.11%

 BLUE value IS 64 (25.39% from 255) = 25.5%

R = 2.39%
G = 72.11%
B = 25.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#06B540 (or 0x06B540) is known color: Dark Pastel Green. HEX triplet: 06, B5 and 40. RGB value is (6,181,64). Sum of RGB (Red+Green+Blue) = 6+181+64=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 181 (71.09% from 255 or 72.11% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 181 - color contains mainly: green. Hex color #06B540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B540 is #F94ABF. Grayscale: #737373. Windows color (decimal): -16337600 or 4240646. OLE color: 4240646.

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

Color convert

RGB 6 181 64 -
CMYK 0.97 0 0.65 0.29
HSL 139.89º 0.94% 0.37% -
HSV(B) 139.89º 0.97% 0.71% -
XYZ 17.52 33.46 10.38 -
YUV 115.34 99.02 50.01 -
System Red Green Blue C M Y K H S L
Decimal 6 181 64 0.97 0 0.65 0.29 139.89 0.94 0.37
Hex 6 B5 40 61 0 41 1D 8C 5E 25
Octal 6 265 100 141 0 101 35 214 136 45
Binary 110 10110101 1000000 1100001 0 1000001 11101 10001100 1011110 100101

Color Harmonies of #06B540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B540

Black with #06B540

Text Example


Text Example

White with #06B540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,181,64); }

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

background-color css

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

 a { background-color: rgb(6,181,64); }

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

border-color css

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

 span { border-color: rgb(6,181,64); }

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