Html Css Color HEX #10756C Pine Green

📋 copy color: '#10756C'

red 16 ◦ green 117 ◦ blue 108

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

Shades of Pine Green #10756C

Tints of Pine Green #10756C

RGB

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

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

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

R = 6.64%
G = 48.55%
B = 44.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#10756C (or 0x10756C) is known color: Pine Green. HEX triplet: 10, 75 and 6C. RGB value is (16,117,108). Sum of RGB (Red+Green+Blue) = 16+117+108=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #10756C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10756C is #EF8A93. Grayscale: #555555. Windows color (decimal): -15698580 or 7107856. OLE color: 7107856.

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

Color convert

RGB 16 117 108 -
CMYK 0.86 0 0.08 0.54
HSL 174.65º 0.76% 0.26% -
HSV(B) 174.65º 0.86% 0.46% -
XYZ 9.28 13.92 16.38 -
YUV 85.78 140.54 78.23 -
System Red Green Blue C M Y K H S L
Decimal 16 117 108 0.86 0 0.08 0.54 174.65 0.76 0.26
Hex 10 75 6C 56 0 8 36 AF 4C 1A
Octal 20 165 154 126 0 10 66 257 114 32
Binary 10000 1110101 1101100 1010110 0 1000 110110 10101111 1001100 11010

Color Harmonies of #10756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10756C

Black with #10756C

Text Example


Text Example

White with #10756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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