Html Css Color HEX #10716E Pine Green

📋 copy color: '#10716E'

red 16 ◦ green 113 ◦ blue 110

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

Shades of Pine Green #10716E

Tints of Pine Green #10716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 6.69%
G = 47.28%
B = 46.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#10716E (or 0x10716E) is known color: Pine Green. HEX triplet: 10, 71 and 6E. RGB value is (16,113,110). Sum of RGB (Red+Green+Blue) = 16+113+110=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #10716E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10716E is #EF8E91. Grayscale: #535353. Windows color (decimal): -15699602 or 7237904. OLE color: 7237904.

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

Color convert

RGB 16 113 110 -
CMYK 0.86 0 0.03 0.56
HSL 178.14º 0.75% 0.25% -
HSV(B) 178.14º 0.86% 0.44% -
XYZ 8.93 13.05 16.8 -
YUV 83.66 142.86 79.74 -
System Red Green Blue C M Y K H S L
Decimal 16 113 110 0.86 0 0.03 0.56 178.14 0.75 0.25
Hex 10 71 6E 56 0 3 38 B2 4B 19
Octal 20 161 156 126 0 3 70 262 113 31
Binary 10000 1110001 1101110 1010110 0 11 111000 10110010 1001011 11001

Color Harmonies of #10716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10716E

Black with #10716E

Text Example


Text Example

White with #10716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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