Html Css Color HEX #01786A Pine Green

📋 copy color: '#01786A'

red 1 ◦ green 120 ◦ blue 106

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

Shades of Pine Green #01786A

Tints of Pine Green #01786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 52.86%

 BLUE value IS 106 (41.8% from 255) = 46.7%

R = 0.44%
G = 52.86%
B = 46.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#01786A (or 0x01786A) is known color: Pine Green. HEX triplet: 01, 78 and 6A. RGB value is (1,120,106). Sum of RGB (Red+Green+Blue) = 1+120+106=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #01786A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01786A is #FE8795. Grayscale: #525252. Windows color (decimal): -16680854 or 6977537. OLE color: 6977537.

HSL color Cylindrical-coordinate representation of color #01786A: hue angle of 172.94º 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 #01786A is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 120 106 -
CMYK 0.99 0 0.12 0.53
HSL 172.94º 0.98% 0.24% -
HSV(B) 172.94º 0.99% 0.47% -
XYZ 9.33 14.48 15.94 -
YUV 82.82 141.08 69.64 -
System Red Green Blue C M Y K H S L
Decimal 1 120 106 0.99 0 0.12 0.53 172.94 0.98 0.24
Hex 1 78 6A 63 0 C 35 AD 62 18
Octal 1 170 152 143 0 14 65 255 142 30
Binary 1 1111000 1101010 1100011 0 1100 110101 10101101 1100010 11000

Color Harmonies of #01786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01786A

Black with #01786A

Text Example


Text Example

White with #01786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01786A; }

 p { color: rgb(1,120,106); }

 H1.HeaderClassName
 {
   color: #01786A;
 }
 .AnyTagClassName
 {
   color: #01786A;
 }
</style>

background-color css

<style>
 a { background-color: #01786A; }

 a { background-color: rgb(1,120,106); }

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

border-color css

<style>
 span { border-color: #01786A; }

 span { border-color: rgb(1,120,106); }

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