#06B271

Color #06B271 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #06B271

Tints of Jade #06B271

Color information

#06B271 (or 0x06B271) is unknown color: approx Jade. HEX triplet: 06, B2 and 71. RGB value is (6,178,113). Sum of RGB (Red+Green+Blue) = 6+178+113=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #06B271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B271 is #F94D8E. Grayscale: #777777. Windows color (decimal): -16338319 or 7451142. OLE color: 7451142.

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

Color convert

RGB6178113-
CMYK0.9700.370.30
HSL157.33º93.48%36.08%-
HSV(B)157.33º96.63%69.8%-
XYZ18.9833.0721.01-
YUV119.16124.5247.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.02%
GREEN value IS 178 (69.92% from 255) = 59.93%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=2.02%
G=59.93%
B=38.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61781130.9700.370.30157.3393.4836.08
Hex6B271610251E9d5d24
Octal62621611410453623513544
Binary1101011001011100011100001010010111110100111011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,178,113); }

 H1.HeaderClassName
 {
   color: #06B271;
 }
 .AnyTagClassName
 {
   color: #06B271;
 }
</style>
background-color css

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

 a { background-color: rgb(6,178,113); }

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

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

 span { border-color: rgb(6,178,113); }

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