Html Css Color HEX #10756E Pine Green

📋 copy color: '#10756E'

red 16 ◦ green 117 ◦ blue 110

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

Shades of Pine Green #10756E

Tints of Pine Green #10756E

RGB

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

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

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

R = 6.58%
G = 48.15%
B = 45.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#10756E (or 0x10756E) is known color: Pine Green. HEX triplet: 10, 75 and 6E. RGB value is (16,117,110). Sum of RGB (Red+Green+Blue) = 16+117+110=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #10756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10756E is #EF8A91. Grayscale: #555555. Windows color (decimal): -15698578 or 7238928. OLE color: 7238928.

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

Color convert

RGB 16 117 110 -
CMYK 0.86 0 0.06 0.54
HSL 175.84º 0.76% 0.26% -
HSV(B) 175.84º 0.86% 0.46% -
XYZ 9.39 13.96 16.95 -
YUV 86 141.54 78.07 -
System Red Green Blue C M Y K H S L
Decimal 16 117 110 0.86 0 0.06 0.54 175.84 0.76 0.26
Hex 10 75 6E 56 0 6 36 B0 4C 1A
Octal 20 165 156 126 0 6 66 260 114 32
Binary 10000 1110101 1101110 1010110 0 110 110110 10110000 1001100 11010

Color Harmonies of #10756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10756E

Black with #10756E

Text Example


Text Example

White with #10756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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