Html Css Color HEX #01766C Pine Green

📋 copy color: '#01766C'

red 1 ◦ green 118 ◦ blue 108

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

Shades of Pine Green #01766C

Tints of Pine Green #01766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.58%

R = 0.44%
G = 51.98%
B = 47.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#01766C (or 0x01766C) is known color: Pine Green. HEX triplet: 01, 76 and 6C. RGB value is (1,118,108). Sum of RGB (Red+Green+Blue) = 1+118+108=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #01766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01766C is #FE8993. Grayscale: #515151. Windows color (decimal): -16681364 or 7108097. OLE color: 7108097.

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

Color convert

RGB 1 118 108 -
CMYK 0.99 0 0.08 0.54
HSL 174.87º 0.98% 0.23% -
HSV(B) 174.87º 0.99% 0.46% -
XYZ 9.2 14.05 16.41 -
YUV 81.88 142.74 70.31 -
System Red Green Blue C M Y K H S L
Decimal 1 118 108 0.99 0 0.08 0.54 174.87 0.98 0.23
Hex 1 76 6C 63 0 8 36 AF 62 17
Octal 1 166 154 143 0 10 66 257 142 27
Binary 1 1110110 1101100 1100011 0 1000 110110 10101111 1100010 10111

Color Harmonies of #01766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01766C

Black with #01766C

Text Example


Text Example

White with #01766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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