Html Css Color HEX #06B03D Dark Pastel Green

📋 copy color: '#06B03D'

red 6 ◦ green 176 ◦ blue 61

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

Shades of Dark Pastel Green #06B03D

Tints of Dark Pastel Green #06B03D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 72.43%

 BLUE value IS 61 (24.22% from 255) = 25.1%

R = 2.47%
G = 72.43%
B = 25.1%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#06B03D (or 0x06B03D) is known color: Dark Pastel Green. HEX triplet: 06, B0 and 3D. RGB value is (6,176,61). Sum of RGB (Red+Green+Blue) = 6+176+61=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 176 (69.14% from 255 or 72.43% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 176 - color contains mainly: green. Hex color #06B03D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06B03D is #F94FC2. Grayscale: #707070. Windows color (decimal): -16338883 or 4042758. OLE color: 4042758.

HSL color Cylindrical-coordinate representation of color #06B03D: hue angle of 139.41º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B03D is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 176 61 -
CMYK 0.97 0 0.65 0.31
HSL 139.41º 0.93% 0.36% -
HSV(B) 139.41º 0.97% 0.69% -
XYZ 16.44 31.43 9.61 -
YUV 112.06 99.18 52.35 -
System Red Green Blue C M Y K H S L
Decimal 6 176 61 0.97 0 0.65 0.31 139.41 0.93 0.36
Hex 6 B0 3D 61 0 41 1F 8B 5D 24
Octal 6 260 75 141 0 101 37 213 135 44
Binary 110 10110000 111101 1100001 0 1000001 11111 10001011 1011101 100100

Color Harmonies of #06B03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B03D

Black with #06B03D

Text Example


Text Example

White with #06B03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,176,61); }

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

background-color css

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

 a { background-color: rgb(6,176,61); }

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

border-color css

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

 span { border-color: rgb(6,176,61); }

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