#07BA64

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

Shades of Jade #07BA64

Tints of Jade #07BA64

Color information

#07BA64 (or 0x07BA64) is unknown color: approx Jade. HEX triplet: 07, BA and 64. RGB value is (7,186,100). Sum of RGB (Red+Green+Blue) = 7+186+100=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA64 is #F8459B. Grayscale: #7A7A7A. Windows color (decimal): -16270748 or 6601223. OLE color: 6601223.

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

Color convert

RGB7186100-
CMYK0.9600.460.27
HSL151.17º92.75%37.84%-
HSV(B)151.17º96.24%72.94%-
XYZ19.9536.0817.97-
YUV122.68115.245.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.39%
GREEN value IS 186 (73.05% from 255) = 63.48%
BLUE value IS 100 (39.45% from 255) = 34.13%
R=2.39%
G=63.48%
B=34.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71861000.9600.460.27151.1792.7537.84
Hex7BA646002E1B975d26
Octal72721441400563322713546
Binary1111011101011001001100000010111011011100101111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,186,100); }

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

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

 a { background-color: rgb(7,186,100); }

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

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

 span { border-color: rgb(7,186,100); }

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