Html Css Color HEX #10746C Pine Green

📋 copy color: '#10746C'

red 16 ◦ green 116 ◦ blue 108

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

Shades of Pine Green #10746C

Tints of Pine Green #10746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45%

R = 6.67%
G = 48.33%
B = 45%

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

#10746C (or 0x10746C) is known color: Pine Green. HEX triplet: 10, 74 and 6C. RGB value is (16,116,108). Sum of RGB (Red+Green+Blue) = 16+116+108=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #10746C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10746C is #EF8B93. Grayscale: #555555. Windows color (decimal): -15698836 or 7107600. OLE color: 7107600.

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

Color convert

RGB 16 116 108 -
CMYK 0.86 0 0.07 0.55
HSL 175.2º 0.76% 0.26% -
HSV(B) 175.2º 0.86% 0.45% -
XYZ 9.17 13.68 16.35 -
YUV 85.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 16 116 108 0.86 0 0.07 0.55 175.2 0.76 0.26
Hex 10 74 6C 56 0 7 37 AF 4C 1A
Octal 20 164 154 126 0 7 67 257 114 32
Binary 10000 1110100 1101100 1010110 0 111 110111 10101111 1001100 11010

Color Harmonies of #10746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10746C

Black with #10746C

Text Example


Text Example

White with #10746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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