Html Css Color HEX #06B04D Pigment Green

📋 copy color: '#06B04D'

red 6 ◦ green 176 ◦ blue 77

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

Shades of Pigment Green #06B04D

Tints of Pigment Green #06B04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.73%

R = 2.32%
G = 67.95%
B = 29.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#06B04D (or 0x06B04D) is known color: Pigment Green. HEX triplet: 06, B0 and 4D. RGB value is (6,176,77). Sum of RGB (Red+Green+Blue) = 6+176+77=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 176 (69.14% from 255 or 67.95% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 176 - color contains mainly: green. Hex color #06B04D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B04D is #F94FB2. Grayscale: #727272. Windows color (decimal): -16338867 or 5091334. OLE color: 5091334.

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

Color convert

RGB 6 176 77 -
CMYK 0.97 0 0.56 0.31
HSL 145.06º 0.93% 0.36% -
HSV(B) 145.06º 0.97% 0.69% -
XYZ 16.94 31.63 12.23 -
YUV 113.88 107.18 51.05 -
System Red Green Blue C M Y K H S L
Decimal 6 176 77 0.97 0 0.56 0.31 145.06 0.93 0.36
Hex 6 B0 4D 61 0 38 1F 91 5D 24
Octal 6 260 115 141 0 70 37 221 135 44
Binary 110 10110000 1001101 1100001 0 111000 11111 10010001 1011101 100100

Color Harmonies of #06B04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B04D

Black with #06B04D

Text Example


Text Example

White with #06B04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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