#06B969

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

Shades of Jade #06B969

Tints of Jade #06B969

Color information

#06B969 (or 0x06B969) is unknown color: approx Jade. HEX triplet: 06, B9 and 69. RGB value is (6,185,105). Sum of RGB (Red+Green+Blue) = 6+185+105=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 185 (72.66% from 255 or 62.5% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 185 - color contains mainly: green. Hex color #06B969 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B969 is #F94696. Grayscale: #7A7A7A. Windows color (decimal): -16336535 or 6928646. OLE color: 6928646.

HSL color Cylindrical-coordinate representation of color #06B969: hue angle of 153.18º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B969 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB6185105-
CMYK0.9700.430.27
HSL153.18º93.72%37.45%-
HSV(B)153.18º96.76%72.55%-
XYZ19.9735.7619.21-
YUV122.36118.245-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.03%
GREEN value IS 185 (72.66% from 255) = 62.5%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=2.03%
G=62.5%
B=35.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal61851050.9700.430.27153.1893.7237.45
Hex6B9696102B1B995e25
Octal62711511410533323113645
Binary1101011100111010011100001010101111011100110011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,185,105); }

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

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

 a { background-color: rgb(6,185,105); }

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

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

 span { border-color: rgb(6,185,105); }

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