#06B278

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

Shades of Jade #06B278

Tints of Jade #06B278

Color information

#06B278 (or 0x06B278) is unknown color: approx Jade. HEX triplet: 06, B2 and 78. RGB value is (6,178,120). Sum of RGB (Red+Green+Blue) = 6+178+120=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 178 (69.92% from 255 or 58.55% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 178 - color contains mainly: green. Hex color #06B278 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B278 is #F94D87. Grayscale: #787878. Windows color (decimal): -16338312 or 7909894. OLE color: 7909894.

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

Color convert

RGB6178120-
CMYK0.9700.330.30
HSL159.77º93.48%36.08%-
HSV(B)159.77º96.63%69.8%-
XYZ19.3933.2423.16-
YUV119.96128.0246.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.97%
GREEN value IS 178 (69.92% from 255) = 58.55%
BLUE value IS 120 (47.27% from 255) = 39.47%
R=1.97%
G=58.55%
B=39.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61781200.9700.330.30159.7793.4836.08
Hex6B278610211Ea05d24
Octal62621701410413624013544
Binary1101011001011110001100001010000111110101000001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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