#107774

Color #107774 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #107774

Tints of Pine Green #107774

Color information

#107774 (or 0x107774) is unknown color: approx Pine Green. HEX triplet: 10, 77 and 74. RGB value is (16,119,116). Sum of RGB (Red+Green+Blue) = 16+119+116=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #107774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107774 is #EF888B. Grayscale: #575757. Windows color (decimal): -15698060 or 7632656. OLE color: 7632656.

HSL color Cylindrical-coordinate representation of color #107774: hue angle of 178.25º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107774 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB16119116-
CMYK0.8700.030.53
HSL178.25º76.3%26.47%-
HSV(B)178.25º86.55%46.67%-
XYZ9.9614.5618.81-
YUV87.86143.8876.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.37%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=6.37%
G=47.41%
B=46.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal161191160.8700.030.53178.2576.326.47
Hex107774570335b24c1a
Octal20167164127036526211432
Binary1000011101111110100101011101111010110110010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107774; }

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

 H1.HeaderClassName
 {
   color: #107774;
 }
 .AnyTagClassName
 {
   color: #107774;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #107774;
 }
 .BgClassName
 {
   background-color: #107774;
 }
</style>
border-color css

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

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

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