Html Css Color HEX #107072 Pine Green

📋 copy color: '#107072'

red 16 ◦ green 112 ◦ blue 114

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

Shades of Pine Green #107072

Tints of Pine Green #107072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.28%

 BLUE value IS 114 (44.92% from 255) = 47.11%

R = 6.61%
G = 46.28%
B = 47.11%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#107072 (or 0x107072) is known color: Pine Green. HEX triplet: 10, 70 and 72. RGB value is (16,112,114). Sum of RGB (Red+Green+Blue) = 16+112+114=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #107072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107072 is #EF8F8D. Grayscale: #535353. Windows color (decimal): -15699854 or 7499792. OLE color: 7499792.

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

Color convert

RGB 16 112 114 -
CMYK 0.86 0.02 0 0.55
HSL 181.22º 0.75% 0.25% -
HSV(B) 181.22º 0.86% 0.45% -
XYZ 9.05 12.91 17.94 -
YUV 83.52 145.2 79.84 -
System Red Green Blue C M Y K H S L
Decimal 16 112 114 0.86 0.02 0 0.55 181.22 0.75 0.25
Hex 10 70 72 56 2 0 37 B5 4B 19
Octal 20 160 162 126 2 0 67 265 113 31
Binary 10000 1110000 1110010 1010110 10 0 110111 10110101 1001011 11001

Color Harmonies of #107072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107072

Black with #107072

Text Example


Text Example

White with #107072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107072; }

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

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

background-color css

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

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

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

border-color css

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

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

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