Html Css Color HEX #107373 Pine Green

📋 copy color: '#107373'

red 16 ◦ green 115 ◦ blue 115

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

Shades of Pine Green #107373

Tints of Pine Green #107373

RGB

 RED value IS 16 (6.64% from 255) = 6.5%

 GREEN value IS 115 (45.31% from 255) = 46.75%

 BLUE value IS 115 (45.31% from 255) = 46.75%

R = 6.5%
G = 46.75%
B = 46.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#107373 (or 0x107373) is known color: Pine Green. HEX triplet: 10, 73 and 73. RGB value is (16,115,115). Sum of RGB (Red+Green+Blue) = 16+115+115=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #107373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107373 is #EF8C8C. Grayscale: #555555. Windows color (decimal): -15699085 or 7566096. OLE color: 7566096.

HSL color Cylindrical-coordinate representation of color #107373: hue angle of 180º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107373 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 115 115 -
CMYK 0.86 0 0 0.55
HSL 180º 0.76% 0.26% -
HSV(B) 180º 0.86% 0.45% -
XYZ 9.44 13.61 18.35 -
YUV 85.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 16 115 115 0.86 0 0 0.55 180 0.76 0.26
Hex 10 73 73 56 0 0 37 B4 4C 1A
Octal 20 163 163 126 0 0 67 264 114 32
Binary 10000 1110011 1110011 1010110 0 0 110111 10110100 1001100 11010

Color Harmonies of #107373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107373

Black with #107373

Text Example


Text Example

White with #107373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107373; }

 p { color: rgb(16,115,115); }

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

background-color css

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

 a { background-color: rgb(16,115,115); }

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

border-color css

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

 span { border-color: rgb(16,115,115); }

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