Html Css Color HEX #03776C Pine Green

📋 copy color: '#03776C'

red 3 ◦ green 119 ◦ blue 108

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

Shades of Pine Green #03776C

Tints of Pine Green #03776C

RGB

 RED value IS 3 (1.56% from 255) = 1.3%

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

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

R = 1.3%
G = 51.74%
B = 46.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#03776C (or 0x03776C) is known color: Pine Green. HEX triplet: 03, 77 and 6C. RGB value is (3,119,108). Sum of RGB (Red+Green+Blue) = 3+119+108=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #03776C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03776C is #FC8893. Grayscale: #525252. Windows color (decimal): -16550036 or 7108355. OLE color: 7108355.

HSL color Cylindrical-coordinate representation of color #03776C: hue angle of 174.31º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03776C is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 119 108 -
CMYK 0.97 0 0.09 0.53
HSL 174.31º 0.95% 0.24% -
HSV(B) 174.31º 0.97% 0.47% -
XYZ 9.34 14.3 16.45 -
YUV 83.06 142.07 70.89 -
System Red Green Blue C M Y K H S L
Decimal 3 119 108 0.97 0 0.09 0.53 174.31 0.95 0.24
Hex 3 77 6C 61 0 9 35 AE 5F 18
Octal 3 167 154 141 0 11 65 256 137 30
Binary 11 1110111 1101100 1100001 0 1001 110101 10101110 1011111 11000

Color Harmonies of #03776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03776C

Black with #03776C

Text Example


Text Example

White with #03776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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