Html Css Color HEX #01776B Pine Green

📋 copy color: '#01776B'

red 1 ◦ green 119 ◦ blue 107

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

Shades of Pine Green #01776B

Tints of Pine Green #01776B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.42%

 BLUE value IS 107 (42.19% from 255) = 47.14%

R = 0.44%
G = 52.42%
B = 47.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#01776B (or 0x01776B) is known color: Pine Green. HEX triplet: 01, 77 and 6B. RGB value is (1,119,107). Sum of RGB (Red+Green+Blue) = 1+119+107=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #01776B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01776B is #FE8894. Grayscale: #525252. Windows color (decimal): -16681109 or 7042817. OLE color: 7042817.

HSL color Cylindrical-coordinate representation of color #01776B: hue angle of 173.9º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01776B is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 119 107 -
CMYK 0.99 0 0.10 0.53
HSL 173.9º 0.98% 0.24% -
HSV(B) 173.9º 0.99% 0.47% -
XYZ 9.26 14.26 16.17 -
YUV 82.35 141.91 69.98 -
System Red Green Blue C M Y K H S L
Decimal 1 119 107 0.99 0 0.10 0.53 173.9 0.98 0.24
Hex 1 77 6B 63 0 A 35 AE 62 18
Octal 1 167 153 143 0 12 65 256 142 30
Binary 1 1110111 1101011 1100011 0 1010 110101 10101110 1100010 11000

Color Harmonies of #01776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01776B

Black with #01776B

Text Example


Text Example

White with #01776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01776B; }

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

 H1.HeaderClassName
 {
   color: #01776B;
 }
 .AnyTagClassName
 {
   color: #01776B;
 }
</style>

background-color css

<style>
 a { background-color: #01776B; }

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

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

border-color css

<style>
 span { border-color: #01776B; }

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

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