Html Css Color HEX #128175 Pine Green

📋 copy color: '#128175'

red 18 ◦ green 129 ◦ blue 117

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

Shades of Pine Green #128175

Tints of Pine Green #128175

RGB

 RED value IS 18 (7.42% from 255) = 6.82%

 GREEN value IS 129 (50.78% from 255) = 48.86%

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

R = 6.82%
G = 48.86%
B = 44.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#128175 (or 0x128175) is known color: Pine Green. HEX triplet: 12, 81 and 75. RGB value is (18,129,117). Sum of RGB (Red+Green+Blue) = 18+129+117=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #128175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128175 is #ED7E8A. Grayscale: #5E5E5E. Windows color (decimal): -15564427 or 7700754. OLE color: 7700754.

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

Color convert

RGB 18 129 117 -
CMYK 0.86 0 0.09 0.49
HSL 173.51º 0.76% 0.29% -
HSV(B) 173.51º 0.86% 0.51% -
XYZ 11.31 17.11 19.54 -
YUV 94.44 140.73 73.48 -
System Red Green Blue C M Y K H S L
Decimal 18 129 117 0.86 0 0.09 0.49 173.51 0.76 0.29
Hex 12 81 75 56 0 9 31 AE 4C 1D
Octal 22 201 165 126 0 11 61 256 114 35
Binary 10010 10000001 1110101 1010110 0 1001 110001 10101110 1001100 11101

Color Harmonies of #128175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128175

Black with #128175

Text Example


Text Example

White with #128175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128175; }

 p { color: rgb(18,129,117); }

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

background-color css

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

 a { background-color: rgb(18,129,117); }

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

border-color css

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

 span { border-color: rgb(18,129,117); }

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