#06B362

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

Shades of Jade #06B362

Tints of Jade #06B362

Color information

#06B362 (or 0x06B362) is unknown color: approx Jade. HEX triplet: 06, B3 and 62. RGB value is (6,179,98). Sum of RGB (Red+Green+Blue) = 6+179+98=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #06B362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B362 is #F94C9D. Grayscale: #767676. Windows color (decimal): -16338078 or 6468358. OLE color: 6468358.

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

Color convert

RGB617998-
CMYK0.9700.450.30
HSL151.91º93.51%36.27%-
HSV(B)151.91º96.65%70.2%-
XYZ18.433.1616.99-
YUV118.04116.6948.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.12%
GREEN value IS 179 (70.31% from 255) = 63.25%
BLUE value IS 98 (38.67% from 255) = 34.63%
R=2.12%
G=63.25%
B=34.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6179980.9700.450.30151.9193.5136.27
Hex6B3626102D1E985e24
Octal62631421410553623013644
Binary1101011001111000101100001010110111110100110001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,179,98); }

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

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

 a { background-color: rgb(6,179,98); }

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

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

 span { border-color: rgb(6,179,98); }

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