Html Css Color HEX #06B04A Pigment Green

📋 copy color: '#06B04A'

red 6 ◦ green 176 ◦ blue 74

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

Shades of Pigment Green #06B04A

Tints of Pigment Green #06B04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 2.34%
G = 68.75%
B = 28.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#06B04A (or 0x06B04A) is known color: Pigment Green. HEX triplet: 06, B0 and 4A. RGB value is (6,176,74). Sum of RGB (Red+Green+Blue) = 6+176+74=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 176 (69.14% from 255 or 68.75% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 176 - color contains mainly: green. Hex color #06B04A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06B04A is #F94FB5. Grayscale: #717171. Windows color (decimal): -16338870 or 4894726. OLE color: 4894726.

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

Color convert

RGB 6 176 74 -
CMYK 0.97 0 0.58 0.31
HSL 144º 0.93% 0.36% -
HSV(B) 144º 0.97% 0.69% -
XYZ 16.84 31.58 11.69 -
YUV 113.54 105.68 51.29 -
System Red Green Blue C M Y K H S L
Decimal 6 176 74 0.97 0 0.58 0.31 144 0.93 0.36
Hex 6 B0 4A 61 0 3A 1F 90 5D 24
Octal 6 260 112 141 0 72 37 220 135 44
Binary 110 10110000 1001010 1100001 0 111010 11111 10010000 1011101 100100

Color Harmonies of #06B04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B04A

Black with #06B04A

Text Example


Text Example

White with #06B04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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