#0FB772

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

Shades of Jade #0FB772

Tints of Jade #0FB772

Color information

#0FB772 (or 0x0FB772) is unknown color: approx Jade. HEX triplet: 0F, B7 and 72. RGB value is (15,183,114). Sum of RGB (Red+Green+Blue) = 15+183+114=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB772 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB772 is #F0488D. Grayscale: #7D7D7D. Windows color (decimal): -15747214 or 7517967. OLE color: 7517967.

HSL color Cylindrical-coordinate representation of color #0FB772: hue angle of 155.36º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB772 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB15183114-
CMYK0.9200.380.28
HSL155.36º84.85%38.82%-
HSV(B)155.36º91.8%71.76%-
XYZ20.1735.1821.65-
YUV124.9121.8449.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.81%
GREEN value IS 183 (71.88% from 255) = 58.65%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=4.81%
G=58.65%
B=36.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151831140.9200.380.28155.3684.8538.82
HexFB7725C0261C9b5527
Octal172671621340463423312547
Binary11111011011111100101011100010011011100100110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FB772; }

 p { color: rgb(15,183,114); }

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

<style>
 a { background-color: #0FB772; }

 a { background-color: rgb(15,183,114); }

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

<style>
 span { border-color: #0FB772; }

 span { border-color: rgb(15,183,114); }

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