Html Css Color HEX #13766F Pine Green

📋 copy color: '#13766F'

red 19 ◦ green 118 ◦ blue 111

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

Shades of Pine Green #13766F

Tints of Pine Green #13766F

RGB

 RED value IS 19 (7.81% from 255) = 7.66%

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

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

R = 7.66%
G = 47.58%
B = 44.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#13766F (or 0x13766F) is known color: Pine Green. HEX triplet: 13, 76 and 6F. RGB value is (19,118,111). Sum of RGB (Red+Green+Blue) = 19+118+111=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #13766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13766F is #EC8990. Grayscale: #575757. Windows color (decimal): -15501713 or 7304723. OLE color: 7304723.

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

Color convert

RGB 19 118 111 -
CMYK 0.84 0 0.06 0.54
HSL 175.76º 0.72% 0.27% -
HSV(B) 175.76º 0.84% 0.46% -
XYZ 9.62 14.24 17.28 -
YUV 87.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 19 118 111 0.84 0 0.06 0.54 175.76 0.72 0.27
Hex 13 76 6F 54 0 6 36 B0 48 1B
Octal 23 166 157 124 0 6 66 260 110 33
Binary 10011 1110110 1101111 1010100 0 110 110110 10110000 1001000 11011

Color Harmonies of #13766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13766F

Black with #13766F

Text Example


Text Example

White with #13766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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