Html Css Color HEX #107273 Pine Green

📋 copy color: '#107273'

red 16 ◦ green 114 ◦ blue 115

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

Shades of Pine Green #107273

Tints of Pine Green #107273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.53%

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

R = 6.53%
G = 46.53%
B = 46.94%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#107273 (or 0x107273) is known color: Pine Green. HEX triplet: 10, 72 and 73. RGB value is (16,114,115). Sum of RGB (Red+Green+Blue) = 16+114+115=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #107273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107273 is #EF8D8C. Grayscale: #545454. Windows color (decimal): -15699341 or 7565840. OLE color: 7565840.

HSL color Cylindrical-coordinate representation of color #107273: hue angle of 180.61º 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 #107273 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 114 115 -
CMYK 0.86 0.01 0 0.55
HSL 180.61º 0.76% 0.26% -
HSV(B) 180.61º 0.86% 0.45% -
XYZ 9.33 13.38 18.31 -
YUV 84.81 145.03 78.92 -
System Red Green Blue C M Y K H S L
Decimal 16 114 115 0.86 0.01 0 0.55 180.61 0.76 0.26
Hex 10 72 73 56 1 0 37 B5 4C 1A
Octal 20 162 163 126 1 0 67 265 114 32
Binary 10000 1110010 1110011 1010110 1 0 110111 10110101 1001100 11010

Color Harmonies of #107273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107273

Black with #107273

Text Example


Text Example

White with #107273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107273; }

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

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

background-color css

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

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

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

border-color css

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

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

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