#06BE72

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

Shades of Jade #06BE72

Tints of Jade #06BE72

Color information

#06BE72 (or 0x06BE72) is unknown color: approx Jade. HEX triplet: 06, BE and 72. RGB value is (6,190,114). Sum of RGB (Red+Green+Blue) = 6+190+114=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 190 (74.61% from 255 or 61.29% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 190 - color contains mainly: green. Hex color #06BE72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BE72 is #F9418D. Grayscale: #7E7E7E. Windows color (decimal): -16335246 or 7519750. OLE color: 7519750.

HSL color Cylindrical-coordinate representation of color #06BE72: hue angle of 155.22º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BE72 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB6190114-
CMYK0.9700.400.25
HSL155.22º93.88%38.43%-
HSV(B)155.22º96.84%74.51%-
XYZ21.5338.0822.14-
YUV126.32121.0442.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.94%
GREEN value IS 190 (74.61% from 255) = 61.29%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=1.94%
G=61.29%
B=36.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61901140.9700.400.25155.2293.8838.43
Hex6BE7261028199b5e26
Octal62761621410503123313646
Binary1101011111011100101100001010100011001100110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,190,114); }

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

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

 a { background-color: rgb(6,190,114); }

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

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

 span { border-color: rgb(6,190,114); }

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