#06B161

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

Shades of Jade #06B161

Tints of Jade #06B161

Color information

#06B161 (or 0x06B161) is unknown color: approx Jade. HEX triplet: 06, B1 and 61. RGB value is (6,177,97). Sum of RGB (Red+Green+Blue) = 6+177+97=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 177 (69.53% from 255 or 63.21% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 177 - color contains mainly: green. Hex color #06B161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B161 is #F94E9E. Grayscale: #747474. Windows color (decimal): -16338591 or 6402310. OLE color: 6402310.

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

Color convert

RGB617797-
CMYK0.9700.450.31
HSL151.93º93.44%35.88%-
HSV(B)151.93º96.61%69.41%-
XYZ17.9532.3516.61-
YUV116.75116.8549-

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) = 63.21%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=2.14%
G=63.21%
B=34.64%

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
Decimal6177970.9700.450.31151.9393.4435.88
Hex6B1616102D1F985d24
Octal62611411410553723013544
Binary1101011000111000011100001010110111111100110001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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