Html Css Color HEX #107070 Pine Green

📋 copy color: '#107070'

red 16 ◦ green 112 ◦ blue 112

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

Shades of Pine Green #107070

Tints of Pine Green #107070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.67%

R = 6.67%
G = 46.67%
B = 46.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#107070 (or 0x107070) is known color: Pine Green. HEX triplet: 10, 70 and 70. RGB value is (16,112,112). Sum of RGB (Red+Green+Blue) = 16+112+112=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #107070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107070 is #EF8F8F. Grayscale: #535353. Windows color (decimal): -15699856 or 7368720. OLE color: 7368720.

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

Color convert

RGB 16 112 112 -
CMYK 0.86 0 0 0.56
HSL 180º 0.75% 0.25% -
HSV(B) 180º 0.86% 0.44% -
XYZ 8.93 12.87 17.34 -
YUV 83.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 16 112 112 0.86 0 0 0.56 180 0.75 0.25
Hex 10 70 70 56 0 0 38 B4 4B 19
Octal 20 160 160 126 0 0 70 264 113 31
Binary 10000 1110000 1110000 1010110 0 0 111000 10110100 1001011 11001

Color Harmonies of #107070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107070

Black with #107070

Text Example


Text Example

White with #107070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107070; }

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

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

background-color css

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

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

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

border-color css

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

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

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