#067872

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

Shades of Pine Green #067872

Tints of Pine Green #067872

Color information

#067872 (or 0x067872) is unknown color: approx Pine Green. HEX triplet: 06, 78 and 72. RGB value is (6,120,114). Sum of RGB (Red+Green+Blue) = 6+120+114=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #067872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067872 is #F9878D. Grayscale: #555555. Windows color (decimal): -16353166 or 7501830. OLE color: 7501830.

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

Color convert

RGB6120114-
CMYK0.9500.050.53
HSL176.84º90.48%24.71%-
HSV(B)176.84º95%47.06%-
XYZ9.8314.6918.24-
YUV85.23144.2371.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.5%
GREEN value IS 120 (47.27% from 255) = 50%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=2.5%
G=50%
B=47.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61201140.9500.050.53176.8490.4824.71
Hex678725F0535b15a19
Octal6170162137056526113231
Binary110111100011100101011111010111010110110001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067872; }

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

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

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

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

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

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

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

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