#00B67C

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

Shades of Jade #00B67C

Tints of Jade #00B67C

Color information

#00B67C (or 0x00B67C) is unknown color: approx Jade. HEX triplet: 00, B6 and 7C. RGB value is (0,182,124). Sum of RGB (Red+Green+Blue) = 0+182+124=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 182 (71.48% from 255 or 59.48% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 182 - color contains mainly: green. Hex color #00B67C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B67C is #FF4983. Grayscale: #797979. Windows color (decimal): -16730500 or 8173056. OLE color: 8173056.

HSL color Cylindrical-coordinate representation of color #00B67C: hue angle of 160.88º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B67C is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB0182124-
CMYK100.320.29
HSL160.88º100%35.69%-
HSV(B)160.88º100%71.37%-
XYZ20.3734.9124.73-
YUV120.97129.741.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 182 (71.48% from 255) = 59.48%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=0%
G=59.48%
B=40.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal0182124100.320.29160.8810035.69
Hex0B67C640201Da16424
Octal02661741440403524114444
Binary01011011011111001100100010000011101101000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B67C; }

 p { color: rgb(0,182,124); }

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

<style>
 a { background-color: #00B67C; }

 a { background-color: rgb(0,182,124); }

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

<style>
 span { border-color: #00B67C; }

 span { border-color: rgb(0,182,124); }

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