#06B162

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

Shades of Jade #06B162

Tints of Jade #06B162

Color information

#06B162 (or 0x06B162) is unknown color: approx Jade. HEX triplet: 06, B1 and 62. RGB value is (6,177,98). Sum of RGB (Red+Green+Blue) = 6+177+98=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #06B162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B162 is #F94E9D. Grayscale: #757575. Windows color (decimal): -16338590 or 6467846. OLE color: 6467846.

HSL color Cylindrical-coordinate representation of color #06B162: hue angle of 152.28º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B162 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB617798-
CMYK0.9700.450.31
HSL152.28º93.44%35.88%-
HSV(B)152.28º96.61%69.41%-
XYZ1832.3616.85-
YUV116.86117.3548.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 177 (69.53% from 255) = 62.99%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=2.14%
G=62.99%
B=34.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6177980.9700.450.31152.2893.4435.88
Hex6B1626102D1F985d24
Octal62611421410553723013544
Binary1101011000111000101100001010110111111100110001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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