Html Css Color HEX #01776C Pine Green

📋 copy color: '#01776C'

red 1 ◦ green 119 ◦ blue 108

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

Shades of Pine Green #01776C

Tints of Pine Green #01776C

RGB

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

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

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

R = 0.44%
G = 52.19%
B = 47.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#01776C (or 0x01776C) is known color: Pine Green. HEX triplet: 01, 77 and 6C. RGB value is (1,119,108). Sum of RGB (Red+Green+Blue) = 1+119+108=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 108 (42.58% from 255 or 47.37% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #01776C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01776C is #FE8893. Grayscale: #525252. Windows color (decimal): -16681108 or 7108353. OLE color: 7108353.

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

Color convert

RGB 1 119 108 -
CMYK 0.99 0 0.09 0.53
HSL 174.41º 0.98% 0.24% -
HSV(B) 174.41º 0.99% 0.47% -
XYZ 9.32 14.28 16.45 -
YUV 82.46 142.41 69.89 -
System Red Green Blue C M Y K H S L
Decimal 1 119 108 0.99 0 0.09 0.53 174.41 0.98 0.24
Hex 1 77 6C 63 0 9 35 AE 62 18
Octal 1 167 154 143 0 11 65 256 142 30
Binary 1 1110111 1101100 1100011 0 1001 110101 10101110 1100010 11000

Color Harmonies of #01776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01776C

Black with #01776C

Text Example


Text Example

White with #01776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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