#007872

Color #007872 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #007872

Tints of Pine Green #007872

Color information

#007872 (or 0x007872) is unknown color: approx Pine Green. HEX triplet: 00, 78 and 72. RGB value is (0,120,114). Sum of RGB (Red+Green+Blue) = 0+120+114=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #007872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007872 is #FF878D. Grayscale: #535353. Windows color (decimal): -16746382 or 7501824. OLE color: 7501824.

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

Color convert

RGB0120114-
CMYK100.050.53
HSL177º100%23.53%-
HSV(B)177º100%47.06%-
XYZ9.7514.6518.23-
YUV83.44145.2468.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=0%
G=51.28%
B=48.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0120114100.050.5317710023.53
Hex07872640535b16418
Octal0170162144056526114430
Binary0111100011100101100100010111010110110001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007872; }

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

 H1.HeaderClassName
 {
   color: #007872;
 }
 .AnyTagClassName
 {
   color: #007872;
 }
</style>
background-color css

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

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

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

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

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

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