Html Css Color HEX #107D73 Pine Green

📋 copy color: '#107D73'

red 16 ◦ green 125 ◦ blue 115

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

Shades of Pine Green #107D73

Tints of Pine Green #107D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 48.83%

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

R = 6.25%
G = 48.83%
B = 44.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#107D73 (or 0x107D73) is known color: Pine Green. HEX triplet: 10, 7D and 73. RGB value is (16,125,115). Sum of RGB (Red+Green+Blue) = 16+125+115=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #107D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107D73 is #EF828C. Grayscale: #5B5B5B. Windows color (decimal): -15696525 or 7568656. OLE color: 7568656.

HSL color Cylindrical-coordinate representation of color #107D73: hue angle of 174.5º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107D73 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 125 115 -
CMYK 0.87 0 0.08 0.51
HSL 174.5º 0.77% 0.28% -
HSV(B) 174.5º 0.87% 0.49% -
XYZ 10.64 16.02 18.75 -
YUV 91.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 16 125 115 0.87 0 0.08 0.51 174.5 0.77 0.28
Hex 10 7D 73 57 0 8 33 AE 4D 1C
Octal 20 175 163 127 0 10 63 256 115 34
Binary 10000 1111101 1110011 1010111 0 1000 110011 10101110 1001101 11100

Color Harmonies of #107D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107D73

Black with #107D73

Text Example


Text Example

White with #107D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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