Html Css Color HEX #10716F Pine Green

📋 copy color: '#10716F'

red 16 ◦ green 113 ◦ blue 111

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

Shades of Pine Green #10716F

Tints of Pine Green #10716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.08%

 BLUE value IS 111 (43.75% from 255) = 46.25%

R = 6.67%
G = 47.08%
B = 46.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#10716F (or 0x10716F) is known color: Pine Green. HEX triplet: 10, 71 and 6F. RGB value is (16,113,111). Sum of RGB (Red+Green+Blue) = 16+113+111=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #10716F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10716F is #EF8E90. Grayscale: #535353. Windows color (decimal): -15699601 or 7303440. OLE color: 7303440.

HSL color Cylindrical-coordinate representation of color #10716F: hue angle of 178.76º 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 #10716F is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 113 111 -
CMYK 0.86 0 0.02 0.56
HSL 178.76º 0.75% 0.25% -
HSV(B) 178.76º 0.86% 0.44% -
XYZ 8.99 13.07 17.09 -
YUV 83.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 16 113 111 0.86 0 0.02 0.56 178.76 0.75 0.25
Hex 10 71 6F 56 0 2 38 B3 4B 19
Octal 20 161 157 126 0 2 70 263 113 31
Binary 10000 1110001 1101111 1010110 0 10 111000 10110011 1001011 11001

Color Harmonies of #10716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10716F

Black with #10716F

Text Example


Text Example

White with #10716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10716F; }

 p { color: rgb(16,113,111); }

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

background-color css

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

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

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

border-color css

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

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

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