#06C772

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

Shades of Jade #06C772

Tints of Jade #06C772

Color information

#06C772 (or 0x06C772) is unknown color: approx Jade. HEX triplet: 06, C7 and 72. RGB value is (6,199,114). Sum of RGB (Red+Green+Blue) = 6+199+114=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 199 (78.12% from 255 or 62.38% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 199 - color contains mainly: green. Hex color #06C772 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C772 is #F9388D. Grayscale: #838383. Windows color (decimal): -16332942 or 7522054. OLE color: 7522054.

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

Color convert

RGB6199114-
CMYK0.9700.430.22
HSL153.58º94.15%40.2%-
HSV(B)153.58º96.98%78.04%-
XYZ23.5442.122.81-
YUV131.6118.0638.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.88%
GREEN value IS 199 (78.12% from 255) = 62.38%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=1.88%
G=62.38%
B=35.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal61991140.9700.430.22153.5894.1540.2
Hex6C7726102B169a5e28
Octal63071621410532623213650
Binary1101100011111100101100001010101110110100110101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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