Html Css Color HEX #06B14C Pigment Green

📋 copy color: '#06B14C'

red 6 ◦ green 177 ◦ blue 76

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

Shades of Pigment Green #06B14C

Tints of Pigment Green #06B14C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 68.34%

 BLUE value IS 76 (30.08% from 255) = 29.34%

R = 2.32%
G = 68.34%
B = 29.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#06B14C (or 0x06B14C) is known color: Pigment Green. HEX triplet: 06, B1 and 4C. RGB value is (6,177,76). Sum of RGB (Red+Green+Blue) = 6+177+76=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 177 (69.53% from 255 or 68.34% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 177 - color contains mainly: green. Hex color #06B14C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06B14C is #F94EB3. Grayscale: #727272. Windows color (decimal): -16338612 or 5026054. OLE color: 5026054.

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

Color convert

RGB 6 177 76 -
CMYK 0.97 0 0.57 0.31
HSL 144.56º 0.93% 0.36% -
HSV(B) 144.56º 0.97% 0.69% -
XYZ 17.1 32 12.11 -
YUV 114.36 106.35 50.71 -
System Red Green Blue C M Y K H S L
Decimal 6 177 76 0.97 0 0.57 0.31 144.56 0.93 0.36
Hex 6 B1 4C 61 0 39 1F 91 5D 24
Octal 6 261 114 141 0 71 37 221 135 44
Binary 110 10110001 1001100 1100001 0 111001 11111 10010001 1011101 100100

Color Harmonies of #06B14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B14C

Black with #06B14C

Text Example


Text Example

White with #06B14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,177,76); }

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

background-color css

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

 a { background-color: rgb(6,177,76); }

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

border-color css

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

 span { border-color: rgb(6,177,76); }

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