#07BC72

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

Shades of Jade #07BC72

Tints of Jade #07BC72

Color information

#07BC72 (or 0x07BC72) is unknown color: approx Jade. HEX triplet: 07, BC and 72. RGB value is (7,188,114). Sum of RGB (Red+Green+Blue) = 7+188+114=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BC72 is #F8438D. Grayscale: #7D7D7D. Windows color (decimal): -16270222 or 7519239. OLE color: 7519239.

HSL color Cylindrical-coordinate representation of color #07BC72: hue angle of 155.47º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BC72 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB7188114-
CMYK0.9600.390.26
HSL155.47º92.82%38.24%-
HSV(B)155.47º96.28%73.73%-
XYZ21.1137.2321.99-
YUV125.44121.5343.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.27%
GREEN value IS 188 (73.83% from 255) = 60.84%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=2.27%
G=60.84%
B=36.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71881140.9600.390.26155.4792.8238.24
Hex7BC72600271A9b5d26
Octal72741621400473223313546
Binary1111011110011100101100000010011111010100110111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07BC72; }

 p { color: rgb(7,188,114); }

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

<style>
 a { background-color: #07BC72; }

 a { background-color: rgb(7,188,114); }

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

<style>
 span { border-color: #07BC72; }

 span { border-color: rgb(7,188,114); }

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