#06B760

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

Shades of Jade #06B760

Tints of Jade #06B760

Color information

#06B760 (or 0x06B760) is unknown color: approx Jade. HEX triplet: 06, B7 and 60. RGB value is (6,183,96). Sum of RGB (Red+Green+Blue) = 6+183+96=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 183 (71.88% from 255 or 64.21% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 183 - color contains mainly: green. Hex color #06B760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B760 is #F9489F. Grayscale: #787878. Windows color (decimal): -16337056 or 6338310. OLE color: 6338310.

HSL color Cylindrical-coordinate representation of color #06B760: hue angle of 150.51º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B760 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB618396-
CMYK0.9700.480.28
HSL150.51º93.65%37.06%-
HSV(B)150.51º96.72%71.76%-
XYZ19.1234.7516.77-
YUV120.16114.3646.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.11%
GREEN value IS 183 (71.88% from 255) = 64.21%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=2.11%
G=64.21%
B=33.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal6183960.9700.480.28150.5193.6537.06
Hex6B760610301C975e25
Octal62671401410603422713645
Binary1101011011111000001100001011000011100100101111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,183,96); }

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

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

 a { background-color: rgb(6,183,96); }

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

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

 span { border-color: rgb(6,183,96); }

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