#107369

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

Shades of Pine Green #107369

Tints of Pine Green #107369

Color information

#107369 (or 0x107369) is unknown color: approx Pine Green. HEX triplet: 10, 73 and 69. RGB value is (16,115,105). Sum of RGB (Red+Green+Blue) = 16+115+105=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #107369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107369 is #EF8C96. Grayscale: #545454. Windows color (decimal): -15699095 or 6910736. OLE color: 6910736.

HSL color Cylindrical-coordinate representation of color #107369: hue angle of 173.94º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107369 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB16115105-
CMYK0.8600.090.55
HSL173.94º75.57%25.69%-
HSV(B)173.94º86.09%45.1%-
XYZ8.8913.3915.48-
YUV84.26139.779.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.78%
GREEN value IS 115 (45.31% from 255) = 48.73%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=6.78%
G=48.73%
B=44.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161151050.8600.090.55173.9475.5725.69
Hex107369560937ae4c1a
Octal201631511260116725611432
Binary100001110011110100110101100100111011110101110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107369; }

 p { color: rgb(16,115,105); }

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

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

 a { background-color: rgb(16,115,105); }

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

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

 span { border-color: rgb(16,115,105); }

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