Html Css Color HEX #10756D Pine Green

📋 copy color: '#10756D'

red 16 ◦ green 117 ◦ blue 109

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

Shades of Pine Green #10756D

Tints of Pine Green #10756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

 BLUE value IS 109 (42.97% from 255) = 45.04%

R = 6.61%
G = 48.35%
B = 45.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#10756D (or 0x10756D) is known color: Pine Green. HEX triplet: 10, 75 and 6D. RGB value is (16,117,109). Sum of RGB (Red+Green+Blue) = 16+117+109=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #10756D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10756D is #EF8A92. Grayscale: #555555. Windows color (decimal): -15698579 or 7173392. OLE color: 7173392.

HSL color Cylindrical-coordinate representation of color #10756D: hue angle of 175.25º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10756D is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 117 109 -
CMYK 0.86 0 0.07 0.54
HSL 175.25º 0.76% 0.26% -
HSV(B) 175.25º 0.86% 0.46% -
XYZ 9.34 13.94 16.67 -
YUV 85.89 141.04 78.15 -
System Red Green Blue C M Y K H S L
Decimal 16 117 109 0.86 0 0.07 0.54 175.25 0.76 0.26
Hex 10 75 6D 56 0 7 36 AF 4C 1A
Octal 20 165 155 126 0 7 66 257 114 32
Binary 10000 1110101 1101101 1010110 0 111 110110 10101111 1001100 11010

Color Harmonies of #10756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10756D

Black with #10756D

Text Example


Text Example

White with #10756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10756D; }

 p { color: rgb(16,117,109); }

 H1.HeaderClassName
 {
   color: #10756D;
 }
 .AnyTagClassName
 {
   color: #10756D;
 }
</style>

background-color css

<style>
 a { background-color: #10756D; }

 a { background-color: rgb(16,117,109); }

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

border-color css

<style>
 span { border-color: #10756D; }

 span { border-color: rgb(16,117,109); }

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