Html Css Color HEX #03766F Pine Green

📋 copy color: '#03766F'

red 3 ◦ green 118 ◦ blue 111

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

Shades of Pine Green #03766F

Tints of Pine Green #03766F

RGB

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

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

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

R = 1.29%
G = 50.86%
B = 47.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#03766F (or 0x03766F) is known color: Pine Green. HEX triplet: 03, 76 and 6F. RGB value is (3,118,111). Sum of RGB (Red+Green+Blue) = 3+118+111=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #03766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03766F is #FC8990. Grayscale: #525252. Windows color (decimal): -16550289 or 7304707. OLE color: 7304707.

HSL color Cylindrical-coordinate representation of color #03766F: hue angle of 176.35º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03766F is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 118 111 -
CMYK 0.97 0 0.06 0.54
HSL 176.35º 0.95% 0.24% -
HSV(B) 176.35º 0.97% 0.46% -
XYZ 9.39 14.12 17.27 -
YUV 82.82 143.9 71.07 -
System Red Green Blue C M Y K H S L
Decimal 3 118 111 0.97 0 0.06 0.54 176.35 0.95 0.24
Hex 3 76 6F 61 0 6 36 B0 5F 18
Octal 3 166 157 141 0 6 66 260 137 30
Binary 11 1110110 1101111 1100001 0 110 110110 10110000 1011111 11000

Color Harmonies of #03766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03766F

Black with #03766F

Text Example


Text Example

White with #03766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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