Html Css Color HEX #10746D Pine Green

📋 copy color: '#10746D'

red 16 ◦ green 116 ◦ blue 109

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

Shades of Pine Green #10746D

Tints of Pine Green #10746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.13%

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

R = 6.64%
G = 48.13%
B = 45.23%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#10746D (or 0x10746D) is known color: Pine Green. HEX triplet: 10, 74 and 6D. RGB value is (16,116,109). Sum of RGB (Red+Green+Blue) = 16+116+109=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #10746D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10746D is #EF8B92. Grayscale: #555555. Windows color (decimal): -15698835 or 7173136. OLE color: 7173136.

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

Color convert

RGB 16 116 109 -
CMYK 0.86 0 0.06 0.55
HSL 175.8º 0.76% 0.26% -
HSV(B) 175.8º 0.86% 0.45% -
XYZ 9.22 13.71 16.63 -
YUV 85.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 16 116 109 0.86 0 0.06 0.55 175.8 0.76 0.26
Hex 10 74 6D 56 0 6 37 B0 4C 1A
Octal 20 164 155 126 0 6 67 260 114 32
Binary 10000 1110100 1101101 1010110 0 110 110111 10110000 1001100 11010

Color Harmonies of #10746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10746D

Black with #10746D

Text Example


Text Example

White with #10746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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