Html Css Color HEX #01766A Pine Green

📋 copy color: '#01766A'

red 1 ◦ green 118 ◦ blue 106

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

Shades of Pine Green #01766A

Tints of Pine Green #01766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.44%

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

R = 0.44%
G = 52.44%
B = 47.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#01766A (or 0x01766A) is known color: Pine Green. HEX triplet: 01, 76 and 6A. RGB value is (1,118,106). Sum of RGB (Red+Green+Blue) = 1+118+106=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #01766A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01766A is #FE8995. Grayscale: #515151. Windows color (decimal): -16681366 or 6977025. OLE color: 6977025.

HSL color Cylindrical-coordinate representation of color #01766A: hue angle of 173.85º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01766A is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 118 106 -
CMYK 0.99 0 0.10 0.54
HSL 173.85º 0.98% 0.23% -
HSV(B) 173.85º 0.99% 0.46% -
XYZ 9.09 14 15.86 -
YUV 81.65 141.74 70.48 -
System Red Green Blue C M Y K H S L
Decimal 1 118 106 0.99 0 0.10 0.54 173.85 0.98 0.23
Hex 1 76 6A 63 0 A 36 AE 62 17
Octal 1 166 152 143 0 12 66 256 142 27
Binary 1 1110110 1101010 1100011 0 1010 110110 10101110 1100010 10111

Color Harmonies of #01766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01766A

Black with #01766A

Text Example


Text Example

White with #01766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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