Html Css Color HEX #127872 Pine Green

📋 copy color: '#127872'

red 18 ◦ green 120 ◦ blue 114

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

Shades of Pine Green #127872

Tints of Pine Green #127872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.62%

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

R = 7.14%
G = 47.62%
B = 45.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#127872 (or 0x127872) is known color: Pine Green. HEX triplet: 12, 78 and 72. RGB value is (18,120,114). Sum of RGB (Red+Green+Blue) = 18+120+114=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #127872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127872 is #ED878D. Grayscale: #585858. Windows color (decimal): -15566734 or 7501842. OLE color: 7501842.

HSL color Cylindrical-coordinate representation of color #127872: hue angle of 176.47º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127872 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 120 114 -
CMYK 0.85 0 0.05 0.53
HSL 176.47º 0.74% 0.27% -
HSV(B) 176.47º 0.85% 0.47% -
XYZ 10 14.78 18.24 -
YUV 88.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 18 120 114 0.85 0 0.05 0.53 176.47 0.74 0.27
Hex 12 78 72 55 0 5 35 B0 4A 1B
Octal 22 170 162 125 0 5 65 260 112 33
Binary 10010 1111000 1110010 1010101 0 101 110101 10110000 1001010 11011

Color Harmonies of #127872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127872

Black with #127872

Text Example


Text Example

White with #127872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127872; }

 p { color: rgb(18,120,114); }

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

background-color css

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

 a { background-color: rgb(18,120,114); }

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

border-color css

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

 span { border-color: rgb(18,120,114); }

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