Html Css Color HEX #10726A Pine Green

📋 copy color: '#10726A'

red 16 ◦ green 114 ◦ blue 106

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

Shades of Pine Green #10726A

Tints of Pine Green #10726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.92%

R = 6.78%
G = 48.31%
B = 44.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#10726A (or 0x10726A) is known color: Pine Green. HEX triplet: 10, 72 and 6A. RGB value is (16,114,106). Sum of RGB (Red+Green+Blue) = 16+114+106=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #10726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10726A is #EF8D95. Grayscale: #535353. Windows color (decimal): -15699350 or 6976016. OLE color: 6976016.

HSL color Cylindrical-coordinate representation of color #10726A: hue angle of 175.1º 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 #10726A is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 114 106 -
CMYK 0.86 0 0.07 0.55
HSL 175.1º 0.75% 0.25% -
HSV(B) 175.1º 0.86% 0.45% -
XYZ 8.83 13.19 15.72 -
YUV 83.79 140.53 79.65 -
System Red Green Blue C M Y K H S L
Decimal 16 114 106 0.86 0 0.07 0.55 175.1 0.75 0.25
Hex 10 72 6A 56 0 7 37 AF 4B 19
Octal 20 162 152 126 0 7 67 257 113 31
Binary 10000 1110010 1101010 1010110 0 111 110111 10101111 1001011 11001

Color Harmonies of #10726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10726A

Black with #10726A

Text Example


Text Example

White with #10726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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