#06BE70

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

Shades of Jade #06BE70

Tints of Jade #06BE70

Color information

#06BE70 (or 0x06BE70) is unknown color: approx Jade. HEX triplet: 06, BE and 70. RGB value is (6,190,112). Sum of RGB (Red+Green+Blue) = 6+190+112=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 190 (74.61% from 255 or 61.69% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 190 - color contains mainly: green. Hex color #06BE70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BE70 is #F9418F. Grayscale: #7E7E7E. Windows color (decimal): -16335248 or 7388678. OLE color: 7388678.

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

Color convert

RGB6190112-
CMYK0.9700.410.25
HSL154.57º93.88%38.43%-
HSV(B)154.57º96.84%74.51%-
XYZ21.4138.0421.54-
YUV126.09120.0442.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 190 (74.61% from 255) = 61.69%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=1.95%
G=61.69%
B=36.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61901120.9700.410.25154.5793.8838.43
Hex6BE7061029199b5e26
Octal62761601410513123313646
Binary1101011111011100001100001010100111001100110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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