Html Css Color HEX #108374 Pine Green

📋 copy color: '#108374'

red 16 ◦ green 131 ◦ blue 116

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

Shades of Pine Green #108374

Tints of Pine Green #108374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 6.08%
G = 49.81%
B = 44.11%

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

#108374 (or 0x108374) is known color: Pine Green. HEX triplet: 10, 83 and 74. RGB value is (16,131,116). Sum of RGB (Red+Green+Blue) = 16+131+116=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #108374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108374 is #EF7C8B. Grayscale: #5E5E5E. Windows color (decimal): -15694988 or 7635728. OLE color: 7635728.

HSL color Cylindrical-coordinate representation of color #108374: hue angle of 172.17º 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 #108374 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 131 116 -
CMYK 0.88 0 0.11 0.49
HSL 172.17º 0.78% 0.29% -
HSV(B) 172.17º 0.88% 0.51% -
XYZ 11.48 17.6 19.32 -
YUV 94.91 139.9 71.72 -
System Red Green Blue C M Y K H S L
Decimal 16 131 116 0.88 0 0.11 0.49 172.17 0.78 0.29
Hex 10 83 74 58 0 B 31 AC 4E 1D
Octal 20 203 164 130 0 13 61 254 116 35
Binary 10000 10000011 1110100 1011000 0 1011 110001 10101100 1001110 11101

Color Harmonies of #108374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108374

Black with #108374

Text Example


Text Example

White with #108374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108374; }

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

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

background-color css

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

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

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

border-color css

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

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

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