#06B06A

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

Shades of Jade #06B06A

Tints of Jade #06B06A

Color information

#06B06A (or 0x06B06A) is unknown color: approx Jade. HEX triplet: 06, B0 and 6A. RGB value is (6,176,106). Sum of RGB (Red+Green+Blue) = 6+176+106=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 176 (69.14% from 255 or 61.11% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 176 - color contains mainly: green. Hex color #06B06A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06B06A is #F94F95. Grayscale: #757575. Windows color (decimal): -16338838 or 6991878. OLE color: 6991878.

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

Color convert

RGB6176106-
CMYK0.9700.400.31
HSL155.29º93.41%35.69%-
HSV(B)155.29º96.59%69.02%-
XYZ18.232.1318.88-
YUV117.19121.6848.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.08%
GREEN value IS 176 (69.14% from 255) = 61.11%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=2.08%
G=61.11%
B=36.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61761060.9700.400.31155.2993.4135.69
Hex6B06A610281F9b5d24
Octal62601521410503723313544
Binary1101011000011010101100001010100011111100110111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,176,106); }

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

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

 a { background-color: rgb(6,176,106); }

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

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

 span { border-color: rgb(6,176,106); }

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