Html Css Color HEX #05B673 Jade

📋 copy color: '#05B673'

red 5 ◦ green 182 ◦ blue 115

#05B673
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #05B673

Tints of Jade #05B673

RGB

 RED value IS 5 (2.34% from 255) = 1.66%

 GREEN value IS 182 (71.48% from 255) = 60.26%

 BLUE value IS 115 (45.31% from 255) = 38.08%

R = 1.66%
G = 60.26%
B = 38.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#05B673 (or 0x05B673) is known color: Jade. HEX triplet: 05, B6 and 73. RGB value is (5,182,115). Sum of RGB (Red+Green+Blue) = 5+182+115=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 182 (71.48% from 255 or 60.26% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 182 - color contains mainly: green. Hex color #05B673 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B673 is #FA498C. Grayscale: #797979. Windows color (decimal): -16402829 or 7583237. OLE color: 7583237.

HSL color Cylindrical-coordinate representation of color #05B673: hue angle of 157.29º 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 #05B673 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 182 115 -
CMYK 0.97 0 0.37 0.29
HSL 157.29º 0.95% 0.37% -
HSV(B) 157.29º 0.97% 0.71% -
XYZ 19.89 34.73 21.87 -
YUV 121.44 124.36 44.95 -
System Red Green Blue C M Y K H S L
Decimal 5 182 115 0.97 0 0.37 0.29 157.29 0.95 0.37
Hex 5 B6 73 61 0 25 1D 9D 5F 25
Octal 5 266 163 141 0 45 35 235 137 45
Binary 101 10110110 1110011 1100001 0 100101 11101 10011101 1011111 100101

Color Harmonies of #05B673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B673

Black with #05B673

Text Example


Text Example

White with #05B673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05B673;
 }
 .AnyTagClassName
 {
   color: #05B673;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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