#0CB672

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

Shades of Jade #0CB672

Tints of Jade #0CB672

Color information

#0CB672 (or 0x0CB672) is unknown color: approx Jade. HEX triplet: 0C, B6 and 72. RGB value is (12,182,114). Sum of RGB (Red+Green+Blue) = 12+182+114=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 182 (71.48% from 255 or 59.09% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB672 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB672 is #F3498D. Grayscale: #7B7B7B. Windows color (decimal): -15944078 or 7517708. OLE color: 7517708.

HSL color Cylindrical-coordinate representation of color #0CB672: hue angle of 156º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB672 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB12182114-
CMYK0.9300.370.29
HSL156º87.63%38.04%-
HSV(B)156º93.41%71.37%-
XYZ19.9234.7521.58-
YUV123.42122.6848.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.90%
GREEN value IS 182 (71.48% from 255) = 59.09%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=3.90%
G=59.09%
B=37.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121821140.9300.370.2915687.6338.04
HexCB6725D0251D9c5826
Octal142661621350453523413046
Binary11001011011011100101011101010010111101100111001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,182,114); }

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

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

 a { background-color: rgb(12,182,114); }

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

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

 span { border-color: rgb(12,182,114); }

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