Html Css Color HEX #107073 Pine Green

📋 copy color: '#107073'

red 16 ◦ green 112 ◦ blue 115

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

Shades of Pine Green #107073

Tints of Pine Green #107073

RGB

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

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

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

R = 6.58%
G = 46.09%
B = 47.33%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#107073 (or 0x107073) is known color: Pine Green. HEX triplet: 10, 70 and 73. RGB value is (16,112,115). Sum of RGB (Red+Green+Blue) = 16+112+115=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #107073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107073 is #EF8F8C. Grayscale: #535353. Windows color (decimal): -15699853 or 7565328. OLE color: 7565328.

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

Color convert

RGB 16 112 115 -
CMYK 0.86 0.03 0 0.55
HSL 181.82º 0.76% 0.26% -
HSV(B) 181.82º 0.86% 0.45% -
XYZ 9.1 12.94 18.24 -
YUV 83.64 145.7 79.76 -
System Red Green Blue C M Y K H S L
Decimal 16 112 115 0.86 0.03 0 0.55 181.82 0.76 0.26
Hex 10 70 73 56 3 0 37 B6 4C 1A
Octal 20 160 163 126 3 0 67 266 114 32
Binary 10000 1110000 1110011 1010110 11 0 110111 10110110 1001100 11010

Color Harmonies of #107073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107073

Black with #107073

Text Example


Text Example

White with #107073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107073; }

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

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

background-color css

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

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

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

border-color css

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

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

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