Html Css Color HEX #107670 Pine Green

📋 copy color: '#107670'

red 16 ◦ green 118 ◦ blue 112

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

Shades of Pine Green #107670

Tints of Pine Green #107670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.97%

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

R = 6.5%
G = 47.97%
B = 45.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#107670 (or 0x107670) is known color: Pine Green. HEX triplet: 10, 76 and 70. RGB value is (16,118,112). Sum of RGB (Red+Green+Blue) = 16+118+112=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #107670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107670 is #EF898F. Grayscale: #565656. Windows color (decimal): -15698320 or 7370256. OLE color: 7370256.

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

Color convert

RGB 16 118 112 -
CMYK 0.86 0 0.05 0.54
HSL 176.47º 0.76% 0.26% -
HSV(B) 176.47º 0.86% 0.46% -
XYZ 9.62 14.24 17.57 -
YUV 86.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 16 118 112 0.86 0 0.05 0.54 176.47 0.76 0.26
Hex 10 76 70 56 0 5 36 B0 4C 1A
Octal 20 166 160 126 0 5 66 260 114 32
Binary 10000 1110110 1110000 1010110 0 101 110110 10110000 1001100 11010

Color Harmonies of #107670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107670

Black with #107670

Text Example


Text Example

White with #107670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107670; }

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

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

background-color css

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

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

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

border-color css

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

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

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