Html Css Color HEX #10746E Pine Green

📋 copy color: '#10746E'

red 16 ◦ green 116 ◦ blue 110

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

Shades of Pine Green #10746E

Tints of Pine Green #10746E

RGB

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

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

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

R = 6.61%
G = 47.93%
B = 45.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#10746E (or 0x10746E) is known color: Pine Green. HEX triplet: 10, 74 and 6E. RGB value is (16,116,110). Sum of RGB (Red+Green+Blue) = 16+116+110=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #10746E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10746E is #EF8B91. Grayscale: #555555. Windows color (decimal): -15698834 or 7238672. OLE color: 7238672.

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

Color convert

RGB 16 116 110 -
CMYK 0.86 0 0.05 0.55
HSL 176.4º 0.76% 0.26% -
HSV(B) 176.4º 0.86% 0.45% -
XYZ 9.27 13.73 16.91 -
YUV 85.42 141.87 78.49 -
System Red Green Blue C M Y K H S L
Decimal 16 116 110 0.86 0 0.05 0.55 176.4 0.76 0.26
Hex 10 74 6E 56 0 5 37 B0 4C 1A
Octal 20 164 156 126 0 5 67 260 114 32
Binary 10000 1110100 1101110 1010110 0 101 110111 10110000 1001100 11010

Color Harmonies of #10746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10746E

Black with #10746E

Text Example


Text Example

White with #10746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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