#069F6B

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

Shades of Jade #069F6B

Tints of Jade #069F6B

Color information

#069F6B (or 0x069F6B) is unknown color: approx Jade. HEX triplet: 06, 9F and 6B. RGB value is (6,159,107). Sum of RGB (Red+Green+Blue) = 6+159+107=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 159 (62.5% from 255 or 58.46% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 159 - color contains mainly: green. Hex color #069F6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069F6B is #F96094. Grayscale: #6B6B6B. Windows color (decimal): -16343189 or 7053062. OLE color: 7053062.

HSL color Cylindrical-coordinate representation of color #069F6B: hue angle of 159.61º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069F6B is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB6159107-
CMYK0.9600.330.38
HSL159.61º92.73%32.35%-
HSV(B)159.61º96.23%62.35%-
XYZ15.1325.918.11-
YUV107.32127.8155.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.21%
GREEN value IS 159 (62.5% from 255) = 58.46%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=2.21%
G=58.46%
B=39.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61591070.9600.330.38159.6192.7332.35
Hex69F6B6002126a05d20
Octal62371531400414624013540
Binary11010011111110101111000000100001100110101000001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069F6B; }

 p { color: rgb(6,159,107); }

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

<style>
 a { background-color: #069F6B; }

 a { background-color: rgb(6,159,107); }

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

<style>
 span { border-color: #069F6B; }

 span { border-color: rgb(6,159,107); }

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