Html Css Color HEX #10726E Pine Green

📋 copy color: '#10726E'

red 16 ◦ green 114 ◦ blue 110

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

Shades of Pine Green #10726E

Tints of Pine Green #10726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.5%

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

R = 6.67%
G = 47.5%
B = 45.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#10726E (or 0x10726E) is known color: Pine Green. HEX triplet: 10, 72 and 6E. RGB value is (16,114,110). Sum of RGB (Red+Green+Blue) = 16+114+110=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #10726E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10726E is #EF8D91. Grayscale: #545454. Windows color (decimal): -15699346 or 7238160. OLE color: 7238160.

HSL color Cylindrical-coordinate representation of color #10726E: hue angle of 177.55º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10726E is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 114 110 -
CMYK 0.86 0 0.04 0.55
HSL 177.55º 0.75% 0.25% -
HSV(B) 177.55º 0.86% 0.45% -
XYZ 9.05 13.27 16.84 -
YUV 84.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 16 114 110 0.86 0 0.04 0.55 177.55 0.75 0.25
Hex 10 72 6E 56 0 4 37 B2 4B 19
Octal 20 162 156 126 0 4 67 262 113 31
Binary 10000 1110010 1101110 1010110 0 100 110111 10110010 1001011 11001

Color Harmonies of #10726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10726E

Black with #10726E

Text Example


Text Example

White with #10726E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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