#06C372

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

Shades of Jade #06C372

Tints of Jade #06C372

Color information

#06C372 (or 0x06C372) is unknown color: approx Jade. HEX triplet: 06, C3 and 72. RGB value is (6,195,114). Sum of RGB (Red+Green+Blue) = 6+195+114=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #06C372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C372 is #F93C8D. Grayscale: #818181. Windows color (decimal): -16333966 or 7521030. OLE color: 7521030.

HSL color Cylindrical-coordinate representation of color #06C372: hue angle of 154.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C372 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB6195114-
CMYK0.9700.420.24
HSL154.29º94.03%39.41%-
HSV(B)154.29º96.92%76.47%-
XYZ22.6340.2822.5-
YUV129.26119.3840.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.90%
GREEN value IS 195 (76.56% from 255) = 61.90%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=1.90%
G=61.90%
B=36.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61951140.9700.420.24154.2994.0339.41
Hex6C3726102A189a5e27
Octal63031621410523023213647
Binary1101100001111100101100001010101011000100110101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06C372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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