Html Css Color HEX #10716C Pine Green

📋 copy color: '#10716C'

red 16 ◦ green 113 ◦ blue 108

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

Shades of Pine Green #10716C

Tints of Pine Green #10716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.57%

R = 6.75%
G = 47.68%
B = 45.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#10716C (or 0x10716C) is known color: Pine Green. HEX triplet: 10, 71 and 6C. RGB value is (16,113,108). Sum of RGB (Red+Green+Blue) = 16+113+108=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #10716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10716C is #EF8E93. Grayscale: #535353. Windows color (decimal): -15699604 or 7106832. OLE color: 7106832.

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

Color convert

RGB 16 113 108 -
CMYK 0.86 0 0.04 0.56
HSL 176.91º 0.75% 0.25% -
HSV(B) 176.91º 0.86% 0.44% -
XYZ 8.83 13 16.23 -
YUV 83.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 16 113 108 0.86 0 0.04 0.56 176.91 0.75 0.25
Hex 10 71 6C 56 0 4 38 B1 4B 19
Octal 20 161 154 126 0 4 70 261 113 31
Binary 10000 1110001 1101100 1010110 0 100 111000 10110001 1001011 11001

Color Harmonies of #10716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10716C

Black with #10716C

Text Example


Text Example

White with #10716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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