Html Css Color HEX #108375 Pine Green

📋 copy color: '#108375'

red 16 ◦ green 131 ◦ blue 117

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

Shades of Pine Green #108375

Tints of Pine Green #108375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 6.06%
G = 49.62%
B = 44.32%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#108375 (or 0x108375) is known color: Pine Green. HEX triplet: 10, 83 and 75. RGB value is (16,131,117). Sum of RGB (Red+Green+Blue) = 16+131+117=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #108375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108375 is #EF7C8A. Grayscale: #5E5E5E. Windows color (decimal): -15694987 or 7701264. OLE color: 7701264.

HSL color Cylindrical-coordinate representation of color #108375: hue angle of 172.7º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108375 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 131 117 -
CMYK 0.88 0 0.11 0.49
HSL 172.7º 0.78% 0.29% -
HSV(B) 172.7º 0.88% 0.51% -
XYZ 11.54 17.63 19.62 -
YUV 95.02 140.4 71.64 -
System Red Green Blue C M Y K H S L
Decimal 16 131 117 0.88 0 0.11 0.49 172.7 0.78 0.29
Hex 10 83 75 58 0 B 31 AD 4E 1D
Octal 20 203 165 130 0 13 61 255 116 35
Binary 10000 10000011 1110101 1011000 0 1011 110001 10101101 1001110 11101

Color Harmonies of #108375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108375

Black with #108375

Text Example


Text Example

White with #108375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108375; }

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

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

background-color css

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

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

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

border-color css

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

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

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