#06BA78

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

Shades of Jade #06BA78

Tints of Jade #06BA78

Color information

#06BA78 (or 0x06BA78) is unknown color: approx Jade. HEX triplet: 06, BA and 78. RGB value is (6,186,120). Sum of RGB (Red+Green+Blue) = 6+186+120=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BA78 is #F94587. Grayscale: #7C7C7C. Windows color (decimal): -16336264 or 7911942. OLE color: 7911942.

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

Color convert

RGB6186120-
CMYK0.9700.350.27
HSL158º93.75%37.65%-
HSV(B)158º96.77%72.94%-
XYZ21.0236.5123.71-
YUV124.66125.3743.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.92%
GREEN value IS 186 (73.05% from 255) = 59.62%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=1.92%
G=59.62%
B=38.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61861200.9700.350.2715893.7537.65
Hex6BA78610231B9e5e26
Octal62721701410433323613646
Binary1101011101011110001100001010001111011100111101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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