Html Css Color HEX #108072 Pine Green

📋 copy color: '#108072'

red 16 ◦ green 128 ◦ blue 114

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

Shades of Pine Green #108072

Tints of Pine Green #108072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.61%

 BLUE value IS 114 (44.92% from 255) = 44.19%

R = 6.2%
G = 49.61%
B = 44.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#108072 (or 0x108072) is known color: Pine Green. HEX triplet: 10, 80 and 72. RGB value is (16,128,114). Sum of RGB (Red+Green+Blue) = 16+128+114=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #108072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108072 is #EF7F8D. Grayscale: #5C5C5C. Windows color (decimal): -15695758 or 7503888. OLE color: 7503888.

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

Color convert

RGB 16 128 114 -
CMYK 0.88 0 0.11 0.50
HSL 172.5º 0.78% 0.28% -
HSV(B) 172.5º 0.88% 0.5% -
XYZ 10.97 16.76 18.58 -
YUV 92.92 139.89 73.14 -
System Red Green Blue C M Y K H S L
Decimal 16 128 114 0.88 0 0.11 0.50 172.5 0.78 0.28
Hex 10 80 72 58 0 B 32 AC 4E 1C
Octal 20 200 162 130 0 13 62 254 116 34
Binary 10000 10000000 1110010 1011000 0 1011 110010 10101100 1001110 11100

Color Harmonies of #108072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108072

Black with #108072

Text Example


Text Example

White with #108072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108072; }

 p { color: rgb(16,128,114); }

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

background-color css

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

 a { background-color: rgb(16,128,114); }

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

border-color css

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

 span { border-color: rgb(16,128,114); }

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