#06BA70

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

Shades of Jade #06BA70

Tints of Jade #06BA70

Color information

#06BA70 (or 0x06BA70) is unknown color: approx Jade. HEX triplet: 06, BA and 70. RGB value is (6,186,112). Sum of RGB (Red+Green+Blue) = 6+186+112=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BA70 is #F9458F. Grayscale: #7B7B7B. Windows color (decimal): -16336272 or 7387654. OLE color: 7387654.

HSL color Cylindrical-coordinate representation of color #06BA70: hue angle of 155.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BA70 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB6186112-
CMYK0.9700.400.27
HSL155.33º93.75%37.65%-
HSV(B)155.33º96.77%72.94%-
XYZ20.5636.3321.26-
YUV123.74121.3744.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.97%
GREEN value IS 186 (73.05% from 255) = 61.18%
BLUE value IS 112 (44.14% from 255) = 36.84%
R=1.97%
G=61.18%
B=36.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61861120.9700.400.27155.3393.7537.65
Hex6BA70610281B9b5e26
Octal62721601410503323313646
Binary1101011101011100001100001010100011011100110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,186,112); }

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

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

 a { background-color: rgb(6,186,112); }

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

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

 span { border-color: rgb(6,186,112); }

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