#05B674

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

Shades of Jade #05B674

Tints of Jade #05B674

Color information

#05B674 (or 0x05B674) is unknown color: approx Jade. HEX triplet: 05, B6 and 74. RGB value is (5,182,116). Sum of RGB (Red+Green+Blue) = 5+182+116=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 182 (71.48% from 255 or 60.07% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 182 - color contains mainly: green. Hex color #05B674 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B674 is #FA498B. Grayscale: #797979. Windows color (decimal): -16402828 or 7648773. OLE color: 7648773.

HSL color Cylindrical-coordinate representation of color #05B674: hue angle of 157.63º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B674 is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB5182116-
CMYK0.9700.360.29
HSL157.63º94.65%36.67%-
HSV(B)157.63º97.25%71.37%-
XYZ19.9434.7522.18-
YUV121.55124.8644.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.65%
GREEN value IS 182 (71.48% from 255) = 60.07%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=1.65%
G=60.07%
B=38.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51821160.9700.360.29157.6394.6536.67
Hex5B674610241D9e5f25
Octal52661641410443523613745
Binary1011011011011101001100001010010011101100111101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B674; }

 p { color: rgb(5,182,116); }

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

<style>
 a { background-color: #05B674; }

 a { background-color: rgb(5,182,116); }

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

<style>
 span { border-color: #05B674; }

 span { border-color: rgb(5,182,116); }

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