Html Css Color HEX #10756F Pine Green

📋 copy color: '#10756F'

red 16 ◦ green 117 ◦ blue 111

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

Shades of Pine Green #10756F

Tints of Pine Green #10756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.49%

R = 6.56%
G = 47.95%
B = 45.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#10756F (or 0x10756F) is known color: Pine Green. HEX triplet: 10, 75 and 6F. RGB value is (16,117,111). Sum of RGB (Red+Green+Blue) = 16+117+111=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #10756F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10756F is #EF8A90. Grayscale: #565656. Windows color (decimal): -15698577 or 7304464. OLE color: 7304464.

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

Color convert

RGB 16 117 111 -
CMYK 0.86 0 0.05 0.54
HSL 176.44º 0.76% 0.26% -
HSV(B) 176.44º 0.86% 0.46% -
XYZ 9.44 13.98 17.24 -
YUV 86.12 142.04 77.99 -
System Red Green Blue C M Y K H S L
Decimal 16 117 111 0.86 0 0.05 0.54 176.44 0.76 0.26
Hex 10 75 6F 56 0 5 36 B0 4C 1A
Octal 20 165 157 126 0 5 66 260 114 32
Binary 10000 1110101 1101111 1010110 0 101 110110 10110000 1001100 11010

Color Harmonies of #10756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10756F

Black with #10756F

Text Example


Text Example

White with #10756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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