Html Css Color HEX #10766F Pine Green

📋 copy color: '#10766F'

red 16 ◦ green 118 ◦ blue 111

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

Shades of Pine Green #10766F

Tints of Pine Green #10766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.16%

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

R = 6.53%
G = 48.16%
B = 45.31%

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

#10766F (or 0x10766F) is known color: Pine Green. HEX triplet: 10, 76 and 6F. RGB value is (16,118,111). Sum of RGB (Red+Green+Blue) = 16+118+111=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #10766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10766F is #EF8990. Grayscale: #565656. Windows color (decimal): -15698321 or 7304720. OLE color: 7304720.

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

Color convert

RGB 16 118 111 -
CMYK 0.86 0 0.06 0.54
HSL 175.88º 0.76% 0.26% -
HSV(B) 175.88º 0.86% 0.46% -
XYZ 9.56 14.21 17.28 -
YUV 86.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 16 118 111 0.86 0 0.06 0.54 175.88 0.76 0.26
Hex 10 76 6F 56 0 6 36 B0 4C 1A
Octal 20 166 157 126 0 6 66 260 114 32
Binary 10000 1110110 1101111 1010110 0 110 110110 10110000 1001100 11010

Color Harmonies of #10766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10766F

Black with #10766F

Text Example


Text Example

White with #10766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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