Html Css Color HEX #107570 Pine Green

📋 copy color: '#107570'

red 16 ◦ green 117 ◦ blue 112

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

Shades of Pine Green #107570

Tints of Pine Green #107570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.76%

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

R = 6.53%
G = 47.76%
B = 45.71%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#107570 (or 0x107570) is known color: Pine Green. HEX triplet: 10, 75 and 70. RGB value is (16,117,112). Sum of RGB (Red+Green+Blue) = 16+117+112=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #107570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107570 is #EF8A8F. Grayscale: #565656. Windows color (decimal): -15698576 or 7370000. OLE color: 7370000.

HSL color Cylindrical-coordinate representation of color #107570: hue angle of 177.03º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107570 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 117 112 -
CMYK 0.86 0 0.04 0.54
HSL 177.03º 0.76% 0.26% -
HSV(B) 177.03º 0.86% 0.46% -
XYZ 9.5 14 17.53 -
YUV 86.23 142.54 77.91 -
System Red Green Blue C M Y K H S L
Decimal 16 117 112 0.86 0 0.04 0.54 177.03 0.76 0.26
Hex 10 75 70 56 0 4 36 B1 4C 1A
Octal 20 165 160 126 0 4 66 261 114 32
Binary 10000 1110101 1110000 1010110 0 100 110110 10110001 1001100 11010

Color Harmonies of #107570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107570

Black with #107570

Text Example


Text Example

White with #107570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107570; }

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

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

background-color css

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

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

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

border-color css

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

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

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