#0BA670

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

Shades of Jade #0BA670

Tints of Jade #0BA670

Color information

#0BA670 (or 0x0BA670) is unknown color: approx Jade. HEX triplet: 0B, A6 and 70. RGB value is (11,166,112). Sum of RGB (Red+Green+Blue) = 11+166+112=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 166 (65.23% from 255 or 57.44% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 166 - color contains mainly: green. Hex color #0BA670 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA670 is #F4598F. Grayscale: #717171. Windows color (decimal): -16013712 or 7382539. OLE color: 7382539.

HSL color Cylindrical-coordinate representation of color #0BA670: hue angle of 159.1º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA670 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB11166112-
CMYK0.9300.330.35
HSL159.1º87.57%34.71%-
HSV(B)159.1º93.37%65.1%-
XYZ16.728.5119.95-
YUV113.5127.1554.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.81%
GREEN value IS 166 (65.23% from 255) = 57.44%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=3.81%
G=57.44%
B=38.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111661120.9300.330.35159.187.5734.71
HexBA6705D021239f5823
Octal132461601350414323713043
Binary101110100110111000010111010100001100011100111111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,166,112); }

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

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

 a { background-color: rgb(11,166,112); }

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

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

 span { border-color: rgb(11,166,112); }

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