Html Css Color HEX #01766F Pine Green

📋 copy color: '#01766F'

red 1 ◦ green 118 ◦ blue 111

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

Shades of Pine Green #01766F

Tints of Pine Green #01766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.26%

R = 0.43%
G = 51.3%
B = 48.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#01766F (or 0x01766F) is known color: Pine Green. HEX triplet: 01, 76 and 6F. RGB value is (1,118,111). Sum of RGB (Red+Green+Blue) = 1+118+111=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #01766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01766F is #FE8990. Grayscale: #525252. Windows color (decimal): -16681361 or 7304705. OLE color: 7304705.

HSL color Cylindrical-coordinate representation of color #01766F: hue angle of 176.41º 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 #01766F is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 118 111 -
CMYK 0.99 0 0.06 0.54
HSL 176.41º 0.98% 0.23% -
HSV(B) 176.41º 0.99% 0.46% -
XYZ 9.36 14.11 17.27 -
YUV 82.22 144.24 70.07 -
System Red Green Blue C M Y K H S L
Decimal 1 118 111 0.99 0 0.06 0.54 176.41 0.98 0.23
Hex 1 76 6F 63 0 6 36 B0 62 17
Octal 1 166 157 143 0 6 66 260 142 27
Binary 1 1110110 1101111 1100011 0 110 110110 10110000 1100010 10111

Color Harmonies of #01766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01766F

Black with #01766F

Text Example


Text Example

White with #01766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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