Html Css Color HEX #01B677 Jade

📋 copy color: '#01B677'

red 1 ◦ green 182 ◦ blue 119

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

Shades of Jade #01B677

Tints of Jade #01B677

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

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

 BLUE value IS 119 (46.88% from 255) = 39.4%

R = 0.33%
G = 60.26%
B = 39.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#01B677 (or 0x01B677) is known color: Jade. HEX triplet: 01, B6 and 77. RGB value is (1,182,119). Sum of RGB (Red+Green+Blue) = 1+182+119=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 182 (71.48% from 255 or 60.26% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 182 - color contains mainly: green. Hex color #01B677 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B677 is #FE4988. Grayscale: #787878. Windows color (decimal): -16664969 or 7845377. OLE color: 7845377.

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

Color convert

RGB 1 182 119 -
CMYK 0.99 0 0.35 0.29
HSL 159.12º 0.99% 0.36% -
HSV(B) 159.12º 0.99% 0.71% -
XYZ 20.07 34.79 23.11 -
YUV 120.7 127.03 42.62 -
System Red Green Blue C M Y K H S L
Decimal 1 182 119 0.99 0 0.35 0.29 159.12 0.99 0.36
Hex 1 B6 77 63 0 23 1D 9F 63 24
Octal 1 266 167 143 0 43 35 237 143 44
Binary 1 10110110 1110111 1100011 0 100011 11101 10011111 1100011 100100

Color Harmonies of #01B677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B677

Black with #01B677

Text Example


Text Example

White with #01B677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B677; }

 p { color: rgb(1,182,119); }

 H1.HeaderClassName
 {
   color: #01B677;
 }
 .AnyTagClassName
 {
   color: #01B677;
 }
</style>

background-color css

<style>
 a { background-color: #01B677; }

 a { background-color: rgb(1,182,119); }

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

border-color css

<style>
 span { border-color: #01B677; }

 span { border-color: rgb(1,182,119); }

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